]> arthur.barton.de Git - ax-zsh.git/commitdiff
Add "std_env" plugin to the list of default plugins
authorAlexander Barton <alex@barton.de>
Thu, 16 Jul 2015 22:39:33 +0000 (00:39 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 16 Jul 2015 22:39:33 +0000 (00:39 +0200)
ax.zsh

diff --git a/ax.zsh b/ax.zsh
index aaef6681c54e1cfb12b8dfa1772ce3b9d432b954..dc2fdaff2a07676af10a2e17e53f1fd8d2ffe2c1 100644 (file)
--- a/ax.zsh
+++ b/ax.zsh
@@ -60,6 +60,7 @@ if ! typeset +m axzsh_default_plugins | fgrep array >/dev/null 2>&1; then
                prompt
                ssh
                std_aliases
+               std_env
        )
 fi