modules/home/programs/shell/fish.nix: cleanup
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user