aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-06-09 15:58:25 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-06-09 15:58:25 +0800
commit6a3a0a9af02f2defe0841901565a612fb09e6ffc (patch)
treef00ff46c22763ad993fa61c2cb27a671e8eb20f5 /alias
parent05cd00f21905d63bb7fa3afbdecf374667400794 (diff)
Update
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 69d6bb1..fb38d3a 100644
--- a/alias
+++ b/alias
@@ -411,7 +411,7 @@ cdg() {
411alias cdgg='cd $(git rev-parse --show-toplevel)' 411alias cdgg='cd $(git rev-parse --show-toplevel)'
412alias cdgw='cdgg && cd .github/workflows' 412alias cdgw='cdgg && cd .github/workflows'
413alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule 413alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule
414alias ch="/home/pham/helper/bin/git/check-repos.sh" 414ch() { list=~/helper/bin/git/check-repos.sh; test -f $list && $list; }
415alias git.check="/home/pham/helper/bin/git/check-repos.sh" 415alias git.check="/home/pham/helper/bin/git/check-repos.sh"
416alias cgit{.,''}rc='sudo vim /etc/cgitrc' 416alias cgit{.,''}rc='sudo vim /etc/cgitrc'
417 417