X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/793a56b4149f903b7440218ef207c2d8bec3ed56..47c723ba9bb8f59494ef6e6a9dd89e8d5b9f39e8:/.zsh/zlogin/00-reset_shlvl_to_1 diff --git a/.zsh/zlogin/00-reset_shlvl_to_1 b/.zsh/zlogin/00-reset_shlvl_to_1 new file mode 100644 index 0000000..f93dc86 --- /dev/null +++ b/.zsh/zlogin/00-reset_shlvl_to_1 @@ -0,0 +1,12 @@ +# +# reset SHLVL for login shells +# +# Copyright © 1994–2017 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: git://git.madduck.net/etc/zsh.git +# + +SHLVL=1 + +# vim:ft=zsh