summary refs log tree commit diff stats
path: root/user/settings/fish/functions/ecpenv.fish
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/fish/functions/ecpenv.fish')
-rw-r--r--user/settings/fish/functions/ecpenv.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/fish/functions/ecpenv.fish b/user/settings/fish/functions/ecpenv.fish
new file mode 100644
index 00000000..68d6051b
--- /dev/null
+++ b/user/settings/fish/functions/ecpenv.fish
@@ -0,0 +1,3 @@
+function ecpenv
+  esetenv $argv[1] $$argv[1]
+end