diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-10 09:32:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-10 09:32:14 +0800 |
commit | a97bf72314ee73fa69bd52523aa7160487a663f8 (patch) | |
tree | 7a12be6dadbe6d3c0bd065c6a6c163bd54a183b0 /alias | |
parent | 9339a49fcbefeacd810800da39516853ce9e3af3 (diff) | |
parent | f51e9e8c25aa793ee5e9dcfa0582fc05689789ab (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -414,7 +414,7 @@ cdg() { | |||
414 | alias cdgg='cd $(git rev-parse --show-toplevel)' | 414 | alias cdgg='cd $(git rev-parse --show-toplevel)' |
415 | alias cdgw='cdgg && cd .github/workflows' | 415 | alias cdgw='cdgg && cd .github/workflows' |
416 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule | 416 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule |
417 | alias ch="/home/pham/helper/bin/git/check-repos.sh" | 417 | ch() { list=~/helper/bin/git/check-repos.sh; test -f $list && $list; } |
418 | alias git.check="/home/pham/helper/bin/git/check-repos.sh" | 418 | alias git.check="/home/pham/helper/bin/git/check-repos.sh" |
419 | alias cgit{.,''}rc='sudo vim /etc/cgitrc' | 419 | alias cgit{.,''}rc='sudo vim /etc/cgitrc' |
420 | 420 | ||