Added a 'dumb' zsh prompt for emacs tramp

This commit is contained in:
Random936 2024-07-07 17:29:57 -07:00
parent af584bb6f1
commit 4de264f827

View File

@ -20,6 +20,10 @@
update-all = "update-conf && update-home"; update-all = "update-conf && update-home";
}; };
initExtraBeforeCompInit = ''
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
'';
initExtra = '' initExtra = ''
export PATH=$PATH:~/.cargo/bin export PATH=$PATH:~/.cargo/bin
function .. { cd .. } function .. { cd .. }