summaryrefslogtreecommitdiff
path: root/.config/shells/zsh
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-10-16 18:09:25 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-10-16 18:09:25 -0400
commit161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (patch)
tree530404ddd28422245131fe2f2ef875b7f39b2ec9 /.config/shells/zsh
parent8fad9a5ecddc88d57a531e4b0084544984f23d25 (diff)
updated nvim config and some aliases
Diffstat (limited to '.config/shells/zsh')
-rw-r--r--.config/shells/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc
index 800c5af..8bb2458 100644
--- a/.config/shells/zsh/.zshrc
+++ b/.config/shells/zsh/.zshrc
@@ -16,6 +16,7 @@ autoload -U colors && colors
#PROMPT='%{$fg_bold[$shColor]%}%n%{$reset_color%}@%m\
#:[%{$fg_bold[$shColor]%}$(_collapsed_pwd)%{$reset_color%}]:$ '
#PROMPT='%{$fg_bold[$shColor]%}$comSym%{$reset_color%}:[%{$fg_bold[$shColor]%}%c%{$reset_color%}]:$ '
+python $HOME/.local/bin/days2finals.py
PROMPT='%{$fg_bold[$shColor]%}$comSym%{$reset_color%} in %{$fg_bold[$shColor]%}%c%{$reset_color%}
→ '
source $ZSH/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh