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; [
|
environment.systemPackages = with pkgs; [
|
||||||
lsd
|
lsd
|
||||||
fzf
|
fzf
|
||||||
grc
|
|
||||||
fishPlugins.done
|
fishPlugins.done
|
||||||
fishPlugins.fzf-fish
|
fishPlugins.fzf-fish
|
||||||
fishPlugins.tide
|
fishPlugins.tide
|
||||||
fishPlugins.grc
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
|
@ -15,6 +13,7 @@
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
function fish_command_not_found
|
function fish_command_not_found
|
||||||
|
echo "Command not found"
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue