diff options
author | Starfall <us@starfall.systems> | 2024-09-16 09:04:38 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2024-09-16 09:12:59 -0500 |
commit | 09f6d9bd31a913551fef42c3d10a24cbe3996be7 (patch) | |
tree | 953aa8ca380644a93ef0e71e7aecd33bc960b3d3 /.config/zsh/prompt.zsh | |
parent | 7f399506b81327198e49d2b873cc0a45e88a27d8 (diff) |
zsh: minor cleanup
Diffstat (limited to '.config/zsh/prompt.zsh')
-rw-r--r-- | .config/zsh/prompt.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/zsh/prompt.zsh b/.config/zsh/prompt.zsh index 6ae208e..eecc39e 100644 --- a/.config/zsh/prompt.zsh +++ b/.config/zsh/prompt.zsh @@ -1,7 +1,4 @@ # prompt -# TODO maybe just use someone else's theme altogether -# TODO location should control its length a little better -# TODO only color the last segment of the path (pwd)? setopt prompt_subst autoload -Uz vcs_info |