diff options
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -236,7 +236,7 @@ alias gls='git log -S' | |||
| 236 | alias cdgg='cd $(git rev-parse --show-toplevel)' | 236 | alias cdgg='cd $(git rev-parse --show-toplevel)' |
| 237 | alias cdgw='cdgg && cd .github/workflows' | 237 | alias cdgw='cdgg && cd .github/workflows' |
| 238 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule | 238 | alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule |
| 239 | alias ch="/home/pham/helper/tools/git/check-repos.sh" | 239 | alias ch="/home/pham/helper/bin/git/check-repos.sh" |
| 240 | 240 | ||
| 241 | # github | 241 | # github |
| 242 | export GITHUB_API='https://api.github.com' | 242 | export GITHUB_API='https://api.github.com' |