aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-06-03 12:38:18 +0800
committertypebrook <typebrook@gmail.com>2020-06-03 12:38:18 +0800
commit190da0fb3fd6ce8f29ea7b0a4e8c7efe6510376c (patch)
tree486f870f0fa8b49235b1d39684bd77cc29363cec
parentff292d0c1bcd425addc00579a2daa63262c714ea (diff)
update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 0183109..8d0e690 100644
--- a/alias
+++ b/alias
@@ -97,7 +97,7 @@ gc1() {
97} 97}
98alias gls='git log -S' 98alias gls='git log -S'
99alias cdgg='cd $(git rev-parse --show-toplevel)' 99alias cdgg='cd $(git rev-parse --show-toplevel)'
100alias cdgw='cd .github/workflows' 100alias cdgw='cdgg && cd .github/workflows'
101alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule 101alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule
102 102
103# github 103# github