mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
add gf alias for git flow
This commit is contained in:
parent
a9111488e4
commit
00848cd8b7
2 changed files with 7 additions and 1 deletions
|
|
@ -20,6 +20,9 @@
|
|||
# c. Or, use this file as a oh-my-zsh plugin.
|
||||
#
|
||||
|
||||
#Alias
|
||||
alias gf='git flow'
|
||||
|
||||
_git-flow ()
|
||||
{
|
||||
local curcontext="$curcontext" state line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue