mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add pia alias
This commit is contained in:
@@ -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
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user