]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zlogin/10_shlvl
tempfuncs can now incorporate a keyword into the file/dirname
[zsh.git] / .zsh / zlogin / 10_shlvl
1 # zlogin/10_shlvl
2 #
3 # reset SHLVL for login shells
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: git://git.madduck.net/etc/zsh.git
9 #
10
11 SHLVL=1
12
13 # vim:ft=zsh