updates sudo alias for use in fish shell
This commit is contained in:
parent
f7ed896fb5
commit
22a8021459
1 changed files with 4 additions and 0 deletions
|
|
@ -72,6 +72,10 @@
|
|||
zoxide init fish | source
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
sudo = "/run/wrappers/bin/sudo";
|
||||
};
|
||||
|
||||
shellAbbrs = {
|
||||
lg = "lazygit";
|
||||
g = "git";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue