improve the fish

This commit is contained in:
notgne2 2022-11-06 17:53:14 -07:00
parent 33dba4a0fe
commit bb1819c726
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

View File

@ -64,8 +64,14 @@ inputs: {
};
};
programs.zoxide = {
enable = true;
};
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
shellAliases = {
ls = "lsd";
l = "ls -l";