Movint to Fish + Tide
This commit is contained in:
parent
4b08537918
commit
ae7e402728
28 changed files with 167 additions and 326 deletions
9
.config/fish/functions/top.fish
Normal file
9
.config/fish/functions/top.fish
Normal file
|
@ -0,0 +1,9 @@
|
|||
function top
|
||||
if type -q btop
|
||||
command btop $argv
|
||||
else if type -q htop
|
||||
command htop $argv
|
||||
else
|
||||
command top $argv
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue