commit 7cd3c22d1b555d4e7385046babc58d3cc437cebc
parent 7a8b195a469ac18169dac80e60765e27d23f0021
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 13 Mar 2020 09:28:42 +0100
… return early in case of dumb term detection 🦆
aka emacs with tramp.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/modules/profiles/zsh.nix b/modules/profiles/zsh.nix
@@ -118,6 +118,7 @@ in
unfunction precmd
unfunction preexec
PS1='$ '
+ return
fi
# make sure navigation using emacs keybindings works on all non-alphanumerics
# syntax highlighting