Skip to content

Commit 6093ecb

Browse files
author
Noah Gorny
authored
Merge pull request #1841 from ddaza/master
fix: Git alias quote style broke functionality
2 parents 9d7738d + e289549 commit 6093ecb

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)