Add python shorthand
This commit is contained in:
parent
f455709621
commit
f8c79c2dbe
|
@ -46,6 +46,7 @@ alias systemctl="sudo systemctl"
|
|||
alias fin="find -iname "
|
||||
|
||||
alias python="python3"
|
||||
alias py="python3"
|
||||
|
||||
# Use `grubdate` to update grub
|
||||
alias grubdate="sudo update-grub"
|
||||
|
|
Loading…
Reference in New Issue