diff --git a/files/zshrc/applications.sh b/files/zshrc/applications.sh index d72cefb..8d18edf 100644 --- a/files/zshrc/applications.sh +++ b/files/zshrc/applications.sh @@ -4,6 +4,8 @@ eval "$(fasd --init auto)" # git aliases alias gs="git status" alias gd="git diff" +alias git-root='cd $(git root)' + gh() { if [ $# -eq 1 ]; then command git clone git@github.com:RealOrangeOne/${1} --recursive && cd ${1}