zshrc
changeset 40 6eeab84c3f15
parent 13 e1da4a7a9e92
child 41 be88f546392c
equal deleted inserted replaced
37:9c238177f98a 40:6eeab84c3f15
    12 #
    12 #
    13 # Local system-specific changes should be done in the
    13 # Local system-specific changes should be done in the
    14 # zsh_local directory.
    14 # zsh_local directory.
    15 
    15 
    16 
    16 
    17 fpath=($ZDOTDIR/functions $fpath)
    17 fpath=($ZDOTDIR/functions $ZDOTDIR/zsh_local/functions $fpath)
    18 
    18 
    19 
    19 
    20 ####################
    20 ####################
    21 # History settings #
    21 # History settings #
    22 ####################
    22 ####################