comparison zshrc @ 36:2f93381e4ed8

turn of autocorrection
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 16 Feb 2013 05:58:14 +0100
parents 8d30bd0d3a50
children 9fa883dc39e0
comparison
equal deleted inserted replaced
35:9096be7d1c24 36:2f93381e4ed8
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=""