✨ OS aliases
This commit is contained in:
parent
ad7963c4af
commit
bbd2414ef6
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue