X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/793a56b4149f903b7440218ef207c2d8bec3ed56..47c723ba9bb8f59494ef6e6a9dd89e8d5b9f39e8:/.zsh/zlogin/10_shlvl?ds=inline diff --git a/.zsh/zlogin/10_shlvl b/.zsh/zlogin/10_shlvl deleted file mode 100644 index f290a1f..0000000 --- a/.zsh/zlogin/10_shlvl +++ /dev/null @@ -1,13 +0,0 @@ -# zlogin/10_shlvl -# -# reset SHLVL for login shells -# -# Copyright © 1994–2008 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