diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2024-10-19 11:07:09 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2024-10-19 11:07:09 -0400 |
commit | b26f7b1fc3e41e14c3e21ef8386f0d1b57d90d31 (patch) | |
tree | 8719aa03a66897d2c5b5e4e7791f211d606a27f0 /zsh | |
parent | 35eae8cf057341caee3edc20fc264cf99312e987 (diff) |
Simplify zsh prompt
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |