1
0
Fork 0

Using BASH noop (:) instead of void for no auto-completion in shortmaps

master
Mike Gerwitz 2011-10-19 17:28:20 -04:00
parent e78dff0a31
commit f5973128ee
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ p _git_push :push
P _git_pull :pull
s _git_status :status
S _git_stash :stash
t void tig
t : tig
T _git_tag :tag
- void :checkout -
-- void |cd "$( git rev-parse --git-dir 2>/dev/null )/../"
- : :checkout -
-- : |cd "$( git rev-parse --git-dir 2>/dev/null )/../"