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

View File

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