mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-23 23:03:11 +03:00
+ Power management aliases
This commit is contained in:
parent
a51f9ff2cd
commit
c615487f07
@ -25,6 +25,12 @@ alias tree='tree -a -I ".git/"'
|
||||
alias mkdir='mkdir -pv'
|
||||
alias rm='rm -I --preserve-root'
|
||||
|
||||
# Power management
|
||||
alias reboot='sudo /usr/bin/reboot'
|
||||
alias poweroff='sudo /usr/bin/poweroff'
|
||||
alias halt='sudo /usr/bin/halt'
|
||||
alias shutdown='sudo /usr/bin/shutdown'
|
||||
|
||||
# Git
|
||||
alias gs='git status'
|
||||
alias gl='git log --graph --oneline --decorate'
|
||||
|
Loading…
Reference in New Issue
Block a user