diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -291,6 +291,7 @@ alias cdgg='cd $(git rev-parse --show-toplevel)' | |||
291 | alias cdgw='cdgg && cd .github/workflows' | 291 | alias cdgw='cdgg && cd .github/workflows' |
292 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule | 292 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule |
293 | alias ch="/home/pham/helper/bin/git/check-repos.sh" | 293 | alias ch="/home/pham/helper/bin/git/check-repos.sh" |
294 | alias git.check="/home/pham/helper/bin/git/check-repos.sh" | ||
294 | 295 | ||
295 | # __GITHUB__ | 296 | # __GITHUB__ |
296 | export GITHUB_API='https://api.github.com' | 297 | export GITHUB_API='https://api.github.com' |