comparison zshrc @ 37:035e19cbaee7

merge latest changes
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 16 Feb 2013 05:59:44 +0100
parents 2f93381e4ed8
children 9fa883dc39e0
comparison
equal deleted inserted replaced
34:2e02d7481487 37:035e19cbaee7
40 unsetopt normstarsilent 40 unsetopt normstarsilent
41 41
42 # turn of the "helpful" zsh feature of pushing each directory to the dir stack on cd 42 # turn of the "helpful" zsh feature of pushing each directory to the dir stack on cd
43 unsetopt autopushd 43 unsetopt autopushd
44 44
45 # turn off "helpful" auto correction
46 unsetopt correct_all
47
45 # utility function that is used by various other modules 48 # utility function that is used by various other modules
46 removeFromPath() { 49 removeFromPath() {
47 search_term="$1" 50 search_term="$1"
48 split_path=(${(s/:/)PATH}) 51 split_path=(${(s/:/)PATH})
49 clean_path="" 52 clean_path=""