mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 15:21:14 -03:00
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:
@@ -1,3 +1,6 @@
|
||||
|
||||
####################
|
||||
# Completion Wrappers
|
||||
|
||||
####################
|
||||
# Alias Completions
|
||||
|
||||
Reference in New Issue
Block a user