From 72c87d105337955519a22cc52429db51b574582d Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 6 Feb 2020 16:21:20 +0000 Subject: [PATCH] updated git.sh --- .bash.d/git.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash.d/git.sh b/.bash.d/git.sh index e81cd417..87fd5330 100644 --- a/.bash.d/git.sh +++ b/.bash.d/git.sh @@ -63,13 +63,14 @@ alias br=branch alias stash="git stash" alias tag="githg tag" alias um=updatemodules +#type browse &>/dev/null || alias browse=gbrowse alias gbrowse=gitbrowse alias gh=gitbrowse alias github_actions='gitbrowse actions' alias github_workflows='github_actions' alias gha='github_actions' alias ghw='github_workflows' -#type browse &>/dev/null || alias browse=gbrowse +alias wf='cd .github/workflows/' alias ggrep="git grep" # much quicker to just 'cd $github; f ' #githubls(){