- commit
- 1270381
- parent
- b3e1ca3
- author
- xxwhirlpool
- date
- 2025-07-03 17:07:51 -0400 EDT
more cleanup
5 files changed,
+9,
-10
+0,
-4
1@@ -1,4 +0,0 @@
2-#!/bin/bash
3-# check USA covid stats from terminal
4-
5-curl -L https://covid19-cli.wareneutron.com/quiet/basic/usa
+0,
-3
1@@ -1,3 +0,0 @@
2-#!/bin/bash
3-
4-nohup mullvad-exclude filezilla > /dev/null 2>&1 &
+0,
-3
1@@ -1,3 +0,0 @@
2-#!/bin/bash
3-
4-nohup mullvad-exclude kitty > /dev/null 2>&1 &
+5,
-0
1@@ -0,0 +1,5 @@
2+#!/bin/bash
3+#
4+# launch any program split-tunneled from mullvad VPN
5+
6+nohup mullvad-exclude $1 > /dev/null 2>&1 &
+4,
-0
1@@ -70,3 +70,7 @@ function passgen() {
2
3 # used to be a ~/.local/bin entry but that was dumb
4 alias pusheu="git push bytes main && cd /home/kat/Documents/Git/-mine/eunoia-astro/src/utils && node git-changelog.js"
5+
6+# vpn split tunnel aliases based on a small script @ ~/.local/bin/mvpn
7+alias mftp="mvpn filezilla"
8+alias mterm="mvpn kitty"