mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 06:29:41 +00:00
Update zsh config
This commit is contained in:
parent
25d03d2327
commit
6e64e7dcb7
|
@ -10,7 +10,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
# don't clutter $HOME
|
# don't clutter $HOME
|
||||||
|
|
Loading…
Reference in a new issue