From 161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 16 Oct 2022 18:09:25 -0400 Subject: updated nvim config and some aliases --- .config/shells/aliasrc | 5 ++++- .config/shells/zsh/.zshrc | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to '.config/shells') diff --git a/.config/shells/aliasrc b/.config/shells/aliasrc index c57f0b3..a477175 100755 --- a/.config/shells/aliasrc +++ b/.config/shells/aliasrc @@ -25,4 +25,7 @@ alias \ gc="git clone" \ m="micro" \ e=" cd ~/Documents/Projects/Experiments" \ - v="nvim" + v="nvim" \ + python="python3.10" \ + pip="pip3.10" \ + cmpsc="cd /Users/jmm/OneDrive\ -\ The\ Pennsylvania\ State\ University/2022/Semester\ 1/CMPSC\ 131/Worksheets/" 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 -- cgit v1.2.3