diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2023-01-19 19:39:21 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2023-01-19 19:39:21 -0500 |
| commit | 26334cc3cf49a3e1afb1eb5a40599bb97cc3b5f1 (patch) | |
| tree | 1a47f79ab6f76f3ab6fbd4462fb3159be024b4c8 /.config/shells/aliasrc | |
| parent | 6e11f434d71a49a6f3dd42d1471eaf7b46003717 (diff) | |
some mac stuff
Diffstat (limited to '.config/shells/aliasrc')
| -rwxr-xr-x | .config/shells/aliasrc | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
