modules/home/programs/shell/fish.nix: cleanup

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-07 13:38:10 +03:00
parent 4e5f1a4a3a
commit 47f75d84ec

View File

@ -13,13 +13,6 @@ in {
};
config = mkIf cfg.enable {
programs = {
# atuin = {
# enable = true;
# flags = [
# "--disable-up-arrow"
# ];
# };
# };
eza.enable = true;
zoxide.enable = true;
direnv.enable = true;
@ -33,7 +26,6 @@ in {
fish = {
enable = true;
shellAliases = {
# cat = "bat";
cd = "z";
ed = "$EDITOR";
jf = "jj-fzf"; # think of jeff
@ -46,6 +38,7 @@ in {
};
shellAbbrs = {
pa = "pueue add --";
pl = "pueue log";
};
interactiveShellInit = ''
bind \e\[3\;5~ kill-word