summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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.