updated clear command alias
This commit is contained in:
parent
8567f2c3b3
commit
5b12a7dbff
1 changed files with 2 additions and 1 deletions
|
|
@ -189,7 +189,8 @@ alias {musik,cmu}="cmus"
|
|||
alias ytdl="youtube-dl"
|
||||
alias thinkorswim="~/thinkorswim/thinkorswim &"
|
||||
alias {vs,vsc}="code"
|
||||
alias shutdown="shutdown -h now"
|
||||
alias cl="clear"
|
||||
alias shutdown="doas shutdown -h now"
|
||||
alias reboot="doas reboot"
|
||||
alias {log,logout}="xfce4-session-logout --logout"
|
||||
alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null -s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue