diff options
| author | Fuwn <[email protected]> | 2024-11-04 03:55:30 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-04 03:55:30 -0800 |
| commit | 5674b70b25a5420016007d0b9b41fa0e62bebdf2 (patch) | |
| tree | a1fb7f513a0bfa397246322d573d9b4ddeba551d /home | |
| parent | himeji: pin locus (diff) | |
| download | nixos-config-5674b70b25a5420016007d0b9b41fa0e62bebdf2.tar.xz nixos-config-5674b70b25a5420016007d0b9b41fa0e62bebdf2.zip | |
home: protonvpn superuser alias
Diffstat (limited to 'home')
| -rw-r--r-- | home/ebisu/kansai/system/shell/fish.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/ebisu/kansai/system/shell/fish.nix b/home/ebisu/kansai/system/shell/fish.nix index d7ff424..c954261 100644 --- a/home/ebisu/kansai/system/shell/fish.nix +++ b/home/ebisu/kansai/system/shell/fish.nix @@ -45,6 +45,10 @@ function code! command code $argv end + + function pvpn + doas protonvpn $argv + end end set -l config_home (set -q XDG_CONFIG_HOME; and echo $XDG_CONFIG_HOME; or echo ${config.xdg.configHome}) |