Add python shorthand

This commit is contained in:
Sage Vaillancourt 2020-04-30 13:37:24 -04:00
parent f455709621
commit f8c79c2dbe
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ alias systemctl="sudo systemctl"
alias fin="find -iname " alias fin="find -iname "
alias python="python3" alias python="python3"
alias py="python3"
# Use `grubdate` to update grub # Use `grubdate` to update grub
alias grubdate="sudo update-grub" alias grubdate="sudo update-grub"