Compare commits
2 commits
730c5e0c71
...
d1cb61f45e
| Author | SHA1 | Date | |
|---|---|---|---|
| d1cb61f45e | |||
| 5917cfdc92 |
1 changed files with 7 additions and 0 deletions
|
|
@ -14,7 +14,14 @@
|
|||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
initContent = ''
|
||||
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
|
||||
'';
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue