From f6afc5c3127bf9e4869b271a3d71ef34495a1e82 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 15 Oct 2021 20:13:49 -0700 Subject: [PATCH] added mop --- bashrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 90e7bae4..a714f3ce 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"