]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zlogin/10_shlvl
add ~/.local/bin to PATH
[zsh.git] / .zsh / zlogin / 10_shlvl
1 # -*- mode: sh -*-
2 # zlogin/10_shlvl
3 #
4 # reset SHLVL for login shells
5 #
6 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
7 # Released under the terms of the Artistic Licence 2.0
8 #
9 # Source repository: git://git.madduck.net/etc/zsh.git
10 #
11
12 SHLVL=1
13
14 # vim:ft=zsh