summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-09-29 18:03:48 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-18 08:54:01 -0400
commit1bc1bbe52feb40f6b97e1aad0e15d52d1c345818 (patch)
tree0e509407ca0806e5afcdc3f85e6c6ee2b2b401db /zsh
parentac7bffaa48bf437d1a1ef5cb823adb68e977b46a (diff)
Tramp config
Diffstat (limited to 'zsh')
-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.