Compare commits

..

No commits in common. "d1cb61f45e57059e118f0f360385510b3523e38e" and "730c5e0c71c3f5cf722067fa3d54bfb5c009fc3d" have entirely different histories.

View file

@ -14,14 +14,7 @@
programs.zsh = {
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initContent = ''
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
'';
oh-my-zsh = {
enable = true;
plugins = [