From 26334cc3cf49a3e1afb1eb5a40599bb97cc3b5f1 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 19 Jan 2023 19:39:21 -0500 Subject: some mac stuff --- .config/shells/aliasrc | 4 ++-- .config/shells/dirrc | 2 +- .config/shells/zsh/.zshrc | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) (limited to '.config/shells') diff --git a/.config/shells/aliasrc b/.config/shells/aliasrc index df92604..c05114a 100755 --- a/.config/shells/aliasrc +++ b/.config/shells/aliasrc @@ -39,6 +39,6 @@ alias \ gp="git push" \ m="micro" \ v="nvim" \ - python="python3.10" \ - pip="pip3.10" + python="python3" \ + pip="pip3" diff --git a/.config/shells/dirrc b/.config/shells/dirrc index ec5bf08..05b0b39 100755 --- a/.config/shells/dirrc +++ b/.config/shells/dirrc @@ -7,4 +7,4 @@ alias \ g="cd ~/Documents/Projects/git" \ c="cd ~/.config" \ e="cd ~/Documents/Projects/Experiments" \ - cmpsc="cd /Users/jmm/OneDrive\ -\ The\ Pennsylvania\ State\ University/2022/Semester\ 1/CMPSC\ 131/Worksheets/" + cmpsc="cd /Users/jmm/OneDrive\ -\ The\ Pennsylvania\ State\ University/Semester\ 2/CMPSC132/" diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc index 109e3bd..d2b735d 100644 --- a/.config/shells/zsh/.zshrc +++ b/.config/shells/zsh/.zshrc @@ -22,6 +22,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