home(alex): configure zsh
This commit is contained in:
parent
53efeef9c4
commit
65b164997a
1 changed files with 2 additions and 0 deletions
|
|
@ -14,7 +14,9 @@
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableCompletion = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
initContent = ''
|
initContent = ''
|
||||||
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
|
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue