Revert the e alias in kitty

It's not that good, and cannot be used to create new files
This commit is contained in:
Natsu Kagami 2025-04-10 11:36:23 +02:00
parent f44474ec3e
commit 9924e2b44f
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -170,7 +170,6 @@ with lib;
''; '';
programs.fish.shellAliases = { programs.fish.shellAliases = {
e = lib.mkForce "kitten edit-in-kitty";
"ssh+" = "kitten ssh"; "ssh+" = "kitten ssh";
"clip" = "kitten clipboard"; "clip" = "kitten clipboard";
"eg" = "kitten hyperlinked-grep"; "eg" = "kitten hyperlinked-grep";