]> arthur.barton.de Git - ax-zsh.git/commitdiff
New plugin "std_options": Set standard ZSH options
authorAlexander Barton <alex@barton.de>
Sun, 19 Jul 2015 15:21:49 +0000 (17:21 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 19 Jul 2015 15:21:49 +0000 (17:21 +0200)
This plugin is a default plugin, therefore loaded automatically.

ax.zsh
plugins/std_options/std_options.zshrc [new file with mode: 0644]

diff --git a/ax.zsh b/ax.zsh
index 072adf55e18607b9c444bb86c6bbcbc38050b203..b3d6d57e6b49aed45d0b1759c1752e12f9d8dd84 100644 (file)
--- a/ax.zsh
+++ b/ax.zsh
@@ -77,6 +77,7 @@ if ! typeset +m axzsh_default_plugins | fgrep array >/dev/null 2>&1; then
                ssh
                std_aliases
                std_env
+               std_options
        )
 fi
 
diff --git a/plugins/std_options/std_options.zshrc b/plugins/std_options/std_options.zshrc
new file mode 100644 (file)
index 0000000..e9a5307
--- /dev/null
@@ -0,0 +1,5 @@
+# AX-ZSH: Alex' Modular ZSH Configuration
+# std_options.zshrc: Setup standard ZSH options
+
+# Recognize comments in interactive mode, too
+setopt interactivecomments