aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 66efcc2..7e87c88 100644
--- a/alias
+++ b/alias
@@ -414,7 +414,7 @@ cdg() {
414alias cdgg='cd $(git rev-parse --show-toplevel)' 414alias cdgg='cd $(git rev-parse --show-toplevel)'
415alias cdgw='cdgg && cd .github/workflows' 415alias cdgw='cdgg && cd .github/workflows'
416alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule 416alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule
417alias ch="/home/pham/helper/bin/git/check-repos.sh" 417ch() { list=~/helper/bin/git/check-repos.sh; test -f $list && $list; }
418alias git.check="/home/pham/helper/bin/git/check-repos.sh" 418alias git.check="/home/pham/helper/bin/git/check-repos.sh"
419alias cgit{.,''}rc='sudo vim /etc/cgitrc' 419alias cgit{.,''}rc='sudo vim /etc/cgitrc'
420 420