]> git.donarmstrong.com Git - zsh.git/commitdiff
reset SHLVL for login shells
authormartin f. krafft <madduck@madduck.net>
Mon, 6 Oct 2008 20:09:04 +0000 (22:09 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 6 Oct 2008 20:09:04 +0000 (22:09 +0200)
.zsh/zlogin/10_shlvl [new file with mode: 0644]

diff --git a/.zsh/zlogin/10_shlvl b/.zsh/zlogin/10_shlvl
new file mode 100644 (file)
index 0000000..f290a1f
--- /dev/null
@@ -0,0 +1,13 @@
+# zlogin/10_shlvl
+#
+# reset SHLVL for login shells
+#
+# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: git://git.madduck.net/etc/zsh.git
+#
+
+SHLVL=1
+
+# vim:ft=zsh