1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-20 09:16:34 +01:00

Migrated from cheatsheet v3

robbyrussell
2010-09-13 08:37:07 -07:00
parent accac200a3
commit e2b0c900ce

@@ -4,3 +4,10 @@ Tab-completion:
* @rake (tab)@
* @ssh (tab)@
* @sudo umount (tab)@
Git:
Dynamic access to current branch name with the current_branch function.
* @git pull origin $(current_branch)@
* @grb publish $(current_branch) origin@