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 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