diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-16 18:09:25 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-16 18:09:25 -0400 |
| commit | 161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (patch) | |
| tree | 530404ddd28422245131fe2f2ef875b7f39b2ec9 /.config/shells/aliasrc | |
| parent | 8fad9a5ecddc88d57a531e4b0084544984f23d25 (diff) | |
updated nvim config and some aliases
Diffstat (limited to '.config/shells/aliasrc')
| -rwxr-xr-x | .config/shells/aliasrc | 5 |
1 files changed, 4 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/" |
