summaryrefslogtreecommitdiff
path: root/home/ebisu
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu')
-rw-r--r--home/ebisu/kansai/system/shell/fish.nix4
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})