Move aliases for extras
This commit is contained in:
@ -21,9 +21,6 @@ in {
|
||||
htop = "btm";
|
||||
fd = "fd -Lu";
|
||||
w3m = "w3m -no-cookie -v";
|
||||
neofetch = "disfetch";
|
||||
fetch = "disfetch";
|
||||
gitfetch = "onefetch";
|
||||
"," = "comma";
|
||||
",," = "comma-shell";
|
||||
};
|
||||
|
@ -42,5 +42,11 @@ in {
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
neofetch = "disfetch";
|
||||
fetch = "disfetch";
|
||||
gitfetch = "onefetch";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user