aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
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'