Merge pull request #1841 from ddaza/master
fix: Git alias quote style broke functionalitypull/1847/head v2.1.1
commit
6093ecbb60
|
|
@ -84,7 +84,7 @@ alias glsum='git diff --name-only --diff-filter=U' # Show unmerged (conflicted)
|
||||||
alias ggui='git gui'
|
alias ggui='git gui'
|
||||||
|
|
||||||
# home
|
# home
|
||||||
alias ghm='cd '\''$(git rev-parse --show-toplevel)'\''' # Git home
|
alias ghm='cd "$(git rev-parse --show-toplevel)"' # Git home
|
||||||
# appendage to ghm
|
# appendage to ghm
|
||||||
if ! _command_exists gh; then
|
if ! _command_exists gh; then
|
||||||
alias gh='ghm'
|
alias gh='ghm'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue