diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-05-09 20:58:42 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-05-09 20:58:42 +0800 |
commit | 7f0210bd9ea185ae449151593b1136b32c53e49b (patch) | |
tree | 9226f2bb01ab0ac5610171018958fa8125e60d9d /alias | |
parent | 05a337e6700ed300e762d40fbfc4c3287c4c8435 (diff) |
Update
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' |