home(alex): fix tramp connection

This commit is contained in:
Alexander Kobjolke 2025-07-28 21:43:40 +02:00
parent 730c5e0c71
commit 5917cfdc92

View file

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