diff --git a/bashrc.txt b/bashrc.txt index 97a945a3..d9e0eded 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -211,8 +211,7 @@ alias tkill="tmux kill-ses -t" alias {mi,mic}="micro" alias {mysql,maria,mdb}="mariadb" alias {ss,wi,ssid}="doas iw wlan0 scan | grep SSID" -alias {ov,ovpn}="doas openvpn --config ~/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass ~/.config/protonvpn/protonvpn.txt" # add '>&/dev/null &' to run in bg -alias {pvpn,pv}="doas protonvpn c US-FREE#1 -p UDP" +alias {ov,ovpn}="doas openvpn --config ~/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass ~/.config/protonvpn/protonvpn.txt" # add &>/dev/null & to run in bg alias {pvdown,pvpnd,pvd}="doas protonvpn d" alias git-a="git add" alias git-c="git commit -m"