1 # Lines configured by zsh-newuser-install
13 setopt noclobber # don't allow overwriting files with '>', use '>!' instead
14 setopt rcquotes # echo 'don''t'; prints don't
19 # End of lines configured by zsh-newuser-install
20 # The following lines were added by compinstall
21 zstyle :compinstall filename '/home/ramsi/.zshrc'
25 # End of lines added by compinstall
28 [[ -f ~/.bash_aliases ]] && source ~/.bash_aliases
31 autoload -U promptinit
35 # make cd act like pushd
37 setopt autopushd # cd acts like pushd
38 setopt pushdminus # inverts the meaning of cp -1 and cp +1
39 setopt pushdsilent # don't print dir stack everytime
40 setopt pushdtohome # pushd with no argumens pushes to ~
43 # set search path for cd