added mop
This commit is contained in:
parent
0a2db1c859
commit
f6afc5c312
1 changed files with 2 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ alias Code="cd ~/Documents/Code"
|
|||
alias js="cd ~/Documents/Code/javascript"
|
||||
alias ls="ls -lah --color=auto"
|
||||
alias {his,hist}="history"
|
||||
alias {cmatrix,matrix}="cmatrix -b -C cyan"
|
||||
alias {cmatrix,matrix}="cmatrix -bm -C cyan"
|
||||
alias {top,htop,btop}="xfce4-terminal --geometry=127x51+0+0 -x btop"
|
||||
alias {firefox,ff}="firefox-developer-edition &"
|
||||
alias {sq,sql,sqlite}="sqlcipher"
|
||||
|
|
@ -171,6 +171,7 @@ alias tree="tree -ad -L 3 --prune -C"
|
|||
alias {nv,nvi,vim,vi}="nvim"
|
||||
alias {mi,mic,nano}="micro"
|
||||
alias {mysql,maria,mdb}="mariadb"
|
||||
alias {market,stonks,stocks}="mop"
|
||||
alias thinkorswim="~/thinkorswim/thinkorswim &"
|
||||
alias vs="code"
|
||||
alias shutdown="shutdown -h now"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue