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