mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
fish: add htop alias
This commit is contained in:
parent
47c3cbfe09
commit
160ca33d59
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ in
|
|||
};
|
||||
|
||||
shellAliases = {
|
||||
htop = "btm"; # because I always forget the name
|
||||
};
|
||||
|
||||
functions = {
|
||||
|
|
Loading…
Reference in a new issue