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