diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-06-09 15:58:25 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-06-09 15:58:25 +0800 |
commit | 6a3a0a9af02f2defe0841901565a612fb09e6ffc (patch) | |
tree | f00ff46c22763ad993fa61c2cb27a671e8eb20f5 /alias | |
parent | 05cd00f21905d63bb7fa3afbdecf374667400794 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -411,7 +411,7 @@ cdg() { | |||
411 | alias cdgg='cd $(git rev-parse --show-toplevel)' | 411 | alias cdgg='cd $(git rev-parse --show-toplevel)' |
412 | alias cdgw='cdgg && cd .github/workflows' | 412 | alias cdgw='cdgg && cd .github/workflows' |
413 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule | 413 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule |
414 | alias ch="/home/pham/helper/bin/git/check-repos.sh" | 414 | ch() { list=~/helper/bin/git/check-repos.sh; test -f $list && $list; } |
415 | alias git.check="/home/pham/helper/bin/git/check-repos.sh" | 415 | alias git.check="/home/pham/helper/bin/git/check-repos.sh" |
416 | alias cgit{.,''}rc='sudo vim /etc/cgitrc' | 416 | alias cgit{.,''}rc='sudo vim /etc/cgitrc' |
417 | 417 | ||