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