diff options
Diffstat (limited to '.config/shells')
| -rwxr-xr-x | .config/shells/aliasrc | 5 | ||||
| -rw-r--r-- | .config/shells/zsh/.zshrc | 1 |
2 files changed, 5 insertions, 1 deletions
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 |
