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";
|
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 .. }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user