updates sudo alias for use in fish shell

This commit is contained in:
Dennis Schoepf 2025-05-29 19:14:16 +02:00
parent f7ed896fb5
commit 22a8021459

View file

@ -72,6 +72,10 @@
zoxide init fish | source
'';
shellAliases = {
sudo = "/run/wrappers/bin/sudo";
};
shellAbbrs = {
lg = "lazygit";
g = "git";