diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-14 13:33:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-14 13:33:23 +0800 |
commit | 6fae25b305d714b3ab7608fa003f1af9bf024545 (patch) | |
tree | 05507b2c0505659d2fd847ecce988dacab63a236 /alias | |
parent | 41ad31a2dee9ff912f222652f022b4c55cddcbf7 (diff) |
Rename tools into bin
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' |