diff --git a/home/email.nix b/home/email.nix index 450a472..ceec7db 100644 --- a/home/email.nix +++ b/home/email.nix @@ -41,7 +41,7 @@ in { himalaya.enable = true; address = "srid@srid.ca"; userName = "hey@srid.ca"; - passwordCommand = "cat /Users/srid/.protonmail.password"; # Local only, so I don't care + passwordCommand = "cat /Users/srid/.protonmail.password"; # Temporary password from ProtonMail Bridge, so I don't care }; icloud = servers.icloud // { inherit realName; diff --git a/home/shellcommon.nix b/home/shellcommon.nix index 5e9f806..8b4904a 100644 --- a/home/shellcommon.nix +++ b/home/shellcommon.nix @@ -2,7 +2,7 @@ { shellAliases = { e = "nvim"; - ee = "nvim $(fzf)"; + ee = "nvim \"$(fzf)\""; g = "${pkgs.git}/bin/git"; lg = "lazygit"; ls = "${pkgs.exa}/bin/exa";