mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:04:30 +08:00
6 lines
245 B
Fish
6 lines
245 B
Fish
|
# Completions for top
|
||
|
complete -c htop -s d --description "Update interval" -x
|
||
|
complete -c htop -s u --description "Monitor effective UID" -x -a "(__fish_complete_users)"
|
||
|
complete -c htop -l sort-key -d 'Sort column' -xa "(htop --sort-key '')"
|
||
|
|