]> arthur.barton.de Git - ax-zsh.git/commitdiff
Add "std_env" plugin
authorAlexander Barton <alex@barton.de>
Thu, 16 Jul 2015 22:39:15 +0000 (00:39 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 16 Jul 2015 22:39:15 +0000 (00:39 +0200)
Currently only the "MANWIDTH" variable is initialized.

plugins/std_env/std_env.zprofile [new file with mode: 0644]

diff --git a/plugins/std_env/std_env.zprofile b/plugins/std_env/std_env.zprofile
new file mode 100644 (file)
index 0000000..8556bae
--- /dev/null
@@ -0,0 +1,4 @@
+# AX-ZSH: Alex' Modular ZSH Configuration
+# std_env: Setup standard environment variables
+
+export MANWIDTH="80"