mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
shell: Fix ee alias
This commit is contained in:
parent
ba0b64b6b7
commit
e50029676c
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue