summaryrefslogtreecommitdiff
path: root/.config/shells
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2023-05-03 22:44:51 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2023-05-03 22:44:51 -0400
commitc4b8ad07c41d40c79997da1b507fb0ab7fab5cbc (patch)
tree7a33de795a76a582537b5658295bccd5e40e31fa /.config/shells
parent43d25ae36f9228d214138465f1f98a7ff0f59391 (diff)
Removed Finals Week Counter
Diffstat (limited to '.config/shells')
-rw-r--r--.config/shells/zsh/.zshrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc
index bd3d849..109e3bd 100644
--- a/.config/shells/zsh/.zshrc
+++ b/.config/shells/zsh/.zshrc
@@ -22,26 +22,9 @@ 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
source $ZSH/plugins/fzf-tab/fzf-tab.zsh
source $SHELLDIR/funcrc
-
-# >>> conda initialize >>>
-# !! Contents within this block are managed by 'conda init' !!
-__conda_setup="$('/Users/jmm/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
-if [ $? -eq 0 ]; then
- eval "$__conda_setup"
-else
- if [ -f "/Users/jmm/miniconda3/etc/profile.d/conda.sh" ]; then
- . "/Users/jmm/miniconda3/etc/profile.d/conda.sh"
- else
- export PATH="/Users/jmm/miniconda3/bin:$PATH"
- fi
-fi
-unset __conda_setup
-# <<< conda initialize <<<
-