aliased reboot and shutdown to shell scripts
This commit is contained in:
parent
e93115325f
commit
d53e204955
1 changed files with 2 additions and 2 deletions
|
|
@ -236,8 +236,8 @@ alias {mu,mt,mute}="pamixer -t"
|
|||
alias ytdl="youtube-dl"
|
||||
alias thinkorswim="~/thinkorswim/thinkorswim &"
|
||||
alias {cl,cls}="clear"
|
||||
alias shutdown="doas newrm -r $HOME/.recycle-bin ; doas shutdown -h now"
|
||||
alias reboot="doas newrm -r $HOME/.recycle-bin' ; doas reboot"
|
||||
alias shutdown="shutdown.sh"
|
||||
alias reboot="reboot.sh"
|
||||
alias log="xfce4-session-logout --logout:wq"
|
||||
alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"
|
||||
alias weather="curl -s 'http://wttr.in' && inxi -w"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue