added fish
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
myConfig,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
programs.fish = {
|
||||||
|
enable = true;
|
||||||
|
interactiveShellInit = ''
|
||||||
|
set fish_greeting
|
||||||
|
fish_vi_key_bindings
|
||||||
|
zoxide init fish | source
|
||||||
|
|
||||||
|
'';
|
||||||
|
# shellAliases = myConfig.general.Terminal.aliases;
|
||||||
|
|
||||||
|
plugins = with pkgs.fishPlugins; [
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -3,5 +3,6 @@
|
|||||||
../../apps/neovim/neovim.nix
|
../../apps/neovim/neovim.nix
|
||||||
../../apps/git/home.nix
|
../../apps/git/home.nix
|
||||||
../../apps/zoxide/home.nix
|
../../apps/zoxide/home.nix
|
||||||
|
../../apps/fish/home.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user