Teach alias about wrap argument injection

Update the alias function to pass arguments to 'wraps'. For example
alias gco='git checkout' now works like it ought to.
This commit is contained in:
ridiculousfish
2018-02-27 14:06:39 -08:00
parent bb7b649132
commit 973533e374
5 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
####################
# Completion Wrappers
####################
# Alias Completions