aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-05-09 20:58:42 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-05-09 20:58:42 +0800
commit7f0210bd9ea185ae449151593b1136b32c53e49b (patch)
tree9226f2bb01ab0ac5610171018958fa8125e60d9d /alias
parent05a337e6700ed300e762d40fbfc4c3287c4c8435 (diff)
Update
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index e50d6a0..53c8c7a 100644
--- a/alias
+++ b/alias
@@ -291,6 +291,7 @@ alias cdgg='cd $(git rev-parse --show-toplevel)'
291alias cdgw='cdgg && cd .github/workflows' 291alias cdgw='cdgg && cd .github/workflows'
292alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule 292alias cdgs='cd $(git submodule status | sed "s/^.//" | cut -d" " -f2)' # cd to first submodule
293alias ch="/home/pham/helper/bin/git/check-repos.sh" 293alias ch="/home/pham/helper/bin/git/check-repos.sh"
294alias git.check="/home/pham/helper/bin/git/check-repos.sh"
294 295
295# __GITHUB__ 296# __GITHUB__
296export GITHUB_API='https://api.github.com' 297export GITHUB_API='https://api.github.com'