mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
343cafef34
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz
5 lines
213 B
Fish
5 lines
213 B
Fish
|
|
complete -c nice -s n -l adjustment -r -d (_ "Increment priority by specified number first")
|
|
complete -c nice -l help -d (_ "Display help and exit")
|
|
complete -c nice -l version -d (_ "Display version and exit")
|
|
|