a dotfile but it's really big

nushell: update note alias

karitham.dev 533929ff 3db3632a

verified
+1 -1
+1 -1
modules/dev/shell/nushell.nix
··· 12 12 shellAliases = { 13 13 k = "kubectl"; 14 14 fg = "job unfreeze"; 15 - nn = "exec $env.EDITOR ~/notes"; 15 + nn = "nu -c $'exec $env.EDITOR ~/notes'"; 16 16 }; 17 17 configFile.text = '' 18 18 $env.config = {