Skip to content

Commit

Permalink
Rename save_function to save-function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Donovan committed Mar 14, 2010
1 parent da306ca commit d19ed29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -2,4 +2,4 @@ function __function_list
functions | sed -E 's/, /\n/g'
end

complete -x -c save_function -a '(__function_list)' --description "Fish function"
complete -x -c save-function -a '(__function_list)' --description "Fish function"
@@ -1,4 +1,4 @@
function save_function --description "Save an in-memory function to disk"
function save-function --description "Save an in-memory function to disk"
for f in $argv
echo "$f [saved]"
functions $f > ~/.config/fish/functions/$f.fish
Expand Down

0 comments on commit d19ed29

Please sign in to comment.