improve the fish
This commit is contained in:
parent
33dba4a0fe
commit
bb1819c726
@ -64,8 +64,14 @@ inputs: {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableAutosuggestions = true;
|
||||||
|
enableSyntaxHighlighting = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "lsd";
|
ls = "lsd";
|
||||||
l = "ls -l";
|
l = "ls -l";
|
||||||
|
Loading…
Reference in New Issue
Block a user