.zshrc
changeset 653 a5566b182446
parent 651 649cbbab7ded
child 749 89208f64214c
equal deleted inserted replaced
652:4371bfe8ea96 653:a5566b182446
     1 
     1 
     2 if [[ -e /etc/zshrc ]]; then
     2 if [[ -e /etc/zshrc ]]; then
     3 . /etc/zshrc
     3 . /etc/zshrc
     4 fi
     4 fi
     5 
     5 
     6 EDITOR=vim
     6 if [[ -f ~/.env ]]; then
       
     7   . ~/.env
       
     8 fi
     7 
     9 
     8 PS1='zsh# '
    10 PS1='zsh# '
     9 
       
    10 # Easy cd to often used dirs.
       
    11 CDPATH=.:~:~/devel:~/devel/my-devel
       
    12 
    11 
    13 HISTFILE=~/.zsh_history
    12 HISTFILE=~/.zsh_history
    14 HISTSIZE=10000
    13 HISTSIZE=10000
    15 SAVEHIST=10000
    14 SAVEHIST=10000
    16 
    15