summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-10-19 11:07:09 -0400
committerKjetil Orbekk <kj@orbekk.com>2024-10-19 11:07:09 -0400
commitb26f7b1fc3e41e14c3e21ef8386f0d1b57d90d31 (patch)
tree8719aa03a66897d2c5b5e4e7791f211d606a27f0 /zsh
parent35eae8cf057341caee3edc20fc264cf99312e987 (diff)
Simplify zsh prompt
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b3e72f0..92f0a1b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -12,8 +12,7 @@ if [[ ${TERM} = "dumb" ]]; then
return 0
fi
-eval "$(starship init zsh)"
-
+PS1='%F{blue}%~ %(?.%F{green}.%F{red})%#%f '
# Resources:
# https://github.com/mika/zsh-pony