Remove special case for fish_right_prompt in config.fish

This commit is contained in:
Aaron Gyes
2021-09-29 03:12:39 -07:00
parent ed8c78c0ea
commit f3b950157d
2 changed files with 3 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
function funcsave --description "Save the current definition of all specified functions to file"
set -l q options h/help d/directory=
set -l options q h/help d/directory=
argparse -n funcsave $options -- $argv
or return