Add pia alias

This commit is contained in:
Dave Gallant
2022-03-16 18:43:01 -04:00
parent 4a138a7572
commit 908e75f6bf
2 changed files with 1 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ in
zip
# dev tools
gcc
git
git-crypt
github-cli
@@ -95,7 +94,6 @@ in
arp-scan
dnsutils
iperf
networkmanager-openvpn
nmap
openssl
openvpn
@@ -160,13 +158,11 @@ in
glibcLocales
gnome3.gnome-tweaks
gnomeExtensions.appindicator
gptfdisk
guake
kazam
linuxPackages.perf
pavucontrol
pinentry-curses
pulseeffects-pw
qemu
rtorrent
rustup

View File

@@ -146,6 +146,7 @@ in
k = "kubectl";
l = "exa -la --git --group-directories-first";
m = "make";
pia = "sudo openvpn --config ~/pia/$(find ~/pia -execdir basename {} .ovpn ';' -iname \"*.ovpn\" -type f | fzf --exact).ovpn";
ps = "procs";
t = "tmux-sessionizer";
tree = "exa --tree";