Adding alias for poweroff and reboot.
This commit is contained in:
parent
5cf468d28a
commit
d73b0e3603
2
zshrc
2
zshrc
@ -22,6 +22,8 @@ alias gdfs='git diff --staged'
|
|||||||
alias gad='git add'
|
alias gad='git add'
|
||||||
alias gcm='git commit'
|
alias gcm='git commit'
|
||||||
alias resource='source ~/.zshrc'
|
alias resource='source ~/.zshrc'
|
||||||
|
alias poweroff='sudo poweroff'
|
||||||
|
alias reboot='sudo reboot'
|
||||||
if [ -f .zsh_environment ]
|
if [ -f .zsh_environment ]
|
||||||
then
|
then
|
||||||
source ~/.zsh_environment
|
source ~/.zsh_environment
|
||||||
|
Loading…
Reference in New Issue
Block a user