diff options
Diffstat (limited to 'home/shell')
-rw-r--r-- | home/shell/zsh/prompt.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/shell/zsh/prompt.zsh b/home/shell/zsh/prompt.zsh index 1c21d4b..291f436 100644 --- a/home/shell/zsh/prompt.zsh +++ b/home/shell/zsh/prompt.zsh @@ -8,4 +8,3 @@ if [ "$TERM" = "dumb" ]; then PS1='$ ' unsetopt zle fi - |