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