fish improvements
This commit is contained in:
parent
22c20f7fe9
commit
f4a7e1ee38
1 changed files with 1 additions and 2 deletions
|
@ -3,11 +3,9 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
lsd
|
||||
fzf
|
||||
grc
|
||||
fishPlugins.done
|
||||
fishPlugins.fzf-fish
|
||||
fishPlugins.tide
|
||||
fishPlugins.grc
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
|
@ -15,6 +13,7 @@
|
|||
interactiveShellInit = ''
|
||||
set fish_greeting
|
||||
function fish_command_not_found
|
||||
echo "Command not found"
|
||||
end
|
||||
'';
|
||||
shellAliases = {
|
||||
|
|
Loading…
Add table
Reference in a new issue