From 09f6d9bd31a913551fef42c3d10a24cbe3996be7 Mon Sep 17 00:00:00 2001 From: Starfall Date: Mon, 16 Sep 2024 09:04:38 -0500 Subject: zsh: minor cleanup --- .config/zsh/prompt.zsh | 3 --- 1 file changed, 3 deletions(-) (limited to '.config/zsh/prompt.zsh') 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 -- cgit