From 0401968c0c242a77676e95972c5df0b27171fb62 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 18 Nov 2021 13:29:46 -0800 Subject: [PATCH] updated bashrc --- bashrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 49a30364..0c7e06fd 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -174,6 +174,7 @@ alias py="cd ~/Documents/Code/python" alias ls="ls -lasSh --color=auto" alias {his,hist}="history" alias {cmatrix,matrix}="cmatrix -bm -C cyan" +alias nf="neofetch" alias btop="xfce4-terminal --geometry=142x57+0+0 -x btop" alias {firefox,ff}="firefox-developer-edition &" alias {sq,sql,sqlite}="sqlcipher" @@ -185,7 +186,7 @@ alias {mi,mic}="micro" alias {mysql,maria,mdb}="mariadb" alias {ov,ovpn}="doas openvpn --config ~/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass ~/.config/protonvpn/protonvpn.txt" alias {pvpn,pv}="doas protonvpn c US-FREE#1 -p UDP" -alias {protonvpndown,pvpnd,pvd}="doas protonvpn d" +alias {pvdown,pvpnd,pvd}="doas protonvpn d" alias {mop,market,stonks,stocks}="cd ~/aur_packages/mop && go run ./cmd/mop/main.go" alias {ddg,duck}="links https://www.duckduckgo.com" alias searx="links https://www.searx.bar"