diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2024-10-19 11:11:44 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2024-10-19 11:11:44 -0400 |
commit | 143f82e6b7e0c14d80993296c873e887c4c4d03b (patch) | |
tree | bfd74f886c536c0e8f553f677261b5a738120abc /zsh/.zshrc | |
parent | b26f7b1fc3e41e14c3e21ef8386f0d1b57d90d31 (diff) |
Update prompt
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ if [[ ${TERM} = "dumb" ]]; then return 0 fi -PS1='%F{blue}%~ %(?.%F{green}.%F{red})%#%f ' +PS1='%F{cyan}%~ %(?.%F{green}.%F{red})%#%f ' # Resources: # https://github.com/mika/zsh-pony |