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