From 1bc1bbe52feb40f6b97e1aad0e15d52d1c345818 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 29 Sep 2022 18:03:48 -0400 Subject: Tramp config --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index e50124b..8188049 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,7 +1,7 @@ if [[ ${TERM} = "dumb" ]]; then # This fixes TRAMP. - echo "Skip zsh setup" unsetopt zle + PS1='$ ' return 0 fi # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. -- cgit v1.2.3