Skip to content

Commit e289549

Browse files
authored
fix alias quotes
1 parent 9d7738d commit e289549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aliases/available/git.aliases.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ alias glsum='git diff --name-only --diff-filter=U' # Show unmerged (conflicted)
8484
alias ggui='git gui'
8585

8686
# home
87-
alias ghm='cd '\''$(git rev-parse --show-toplevel)'\''' # Git home
87+
alias ghm='cd "$(git rev-parse --show-toplevel)"' # Git home
8888
# appendage to ghm
8989
if ! _command_exists gh; then
9090
alias gh='ghm'

0 commit comments

Comments
 (0)