Compare commits

..

2 commits

Author SHA1 Message Date
d1cb61f45e home(alex): configure zsh 2025-07-28 21:55:58 +02:00
5917cfdc92 home(alex): fix tramp connection 2025-07-28 21:46:13 +02:00

View file

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