diff options
Diffstat (limited to 'home/zsh/prompt.zsh')
| -rw-r--r-- | home/zsh/prompt.zsh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/home/zsh/prompt.zsh b/home/zsh/prompt.zsh deleted file mode 100644 index 1c21d4b..0000000 --- a/home/zsh/prompt.zsh +++ /dev/null @@ -1,11 +0,0 @@ -setopt prompt_subst - -PROMPT='%K{cyan}%F{black}%m%k%f %~ %% ' - -# For tramp (emacs). -if [ "$TERM" = "dumb" ]; then - unset PROMPT - PS1='$ ' - unsetopt zle -fi - |
