diff options
author | typebrook <typebrook@gmail.com> | 2020-06-03 12:38:18 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-06-03 12:38:18 +0800 |
commit | 190da0fb3fd6ce8f29ea7b0a4e8c7efe6510376c (patch) | |
tree | 486f870f0fa8b49235b1d39684bd77cc29363cec /alias | |
parent | ff292d0c1bcd425addc00579a2daa63262c714ea (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ gc1() { | |||
97 | } | 97 | } |
98 | alias gls='git log -S' | 98 | alias gls='git log -S' |
99 | alias cdgg='cd $(git rev-parse --show-toplevel)' | 99 | alias cdgg='cd $(git rev-parse --show-toplevel)' |
100 | alias cdgw='cd .github/workflows' | 100 | alias cdgw='cdgg && cd .github/workflows' |
101 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule | 101 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule |
102 | 102 | ||
103 | # github | 103 | # github |