mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Rename save_function to funcsave to keep consistency between function/variable functions
darcs-hash:20070416214453-ac50b-9ec9559fc468256dc149e92e9fece37da940ad7e.gz
This commit is contained in:
parent
91ca8610ee
commit
52f9560b4f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
function save_function --description "Save the current definition of all specified functions to file"
|
||||
function funcsave --description "Save the current definition of all specified functions to file"
|
||||
|
||||
if count $argv >/dev/null
|
||||
switch $argv[1]
|
Loading…
Reference in a new issue