OS aliases

This commit is contained in:
Marley Rae 2024-02-02 19:09:51 -08:00
parent ad7963c4af
commit bbd2414ef6

View file

@ -5,5 +5,14 @@ if [ "$(uname)" = Darwin ]
abbr -a o --position command open
else if [ "$(uname)" = Linux ]
abbr -a afk --position command "gnome-screensaver-command --lock"
abbr -a o --position command xdg-open
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# APT.
abbr -a apti --position command "sudo apt install"
abbr -a aptr --position command "sudo apt remove"
abbr -a aptu --position command "sudo apt update && sudo apt upgrade"
end