gh to alias ghm
parent
f0af4fd601
commit
91a96a4af2
|
|
@ -106,7 +106,7 @@ alias gswt="git switch --track"
|
||||||
# Git home
|
# Git home
|
||||||
alias ghm='cd "$(git rev-parse --show-toplevel)"'
|
alias ghm='cd "$(git rev-parse --show-toplevel)"'
|
||||||
if ! _command_exists gh; then
|
if ! _command_exists gh; then
|
||||||
alias gh='cd "$(git rev-parse --show-toplevel)"'
|
alias gh='ghm'
|
||||||
fi
|
fi
|
||||||
# Show untracked files
|
# Show untracked files
|
||||||
alias gu='git ls-files . --exclude-standard --others'
|
alias gu='git ls-files . --exclude-standard --others'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue