Added a 'dumb' zsh prompt for emacs tramp
This commit is contained in:
parent
af584bb6f1
commit
4de264f827
@ -20,6 +20,10 @@
|
||||
update-all = "update-conf && update-home";
|
||||
};
|
||||
|
||||
initExtraBeforeCompInit = ''
|
||||
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
|
||||
'';
|
||||
|
||||
initExtra = ''
|
||||
export PATH=$PATH:~/.cargo/bin
|
||||
function .. { cd .. }
|
||||
|
Loading…
x
Reference in New Issue
Block a user