comparison zshrc @ 64:efe5f376e911

fix a typo in comments
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 02 Mar 2015 06:00:02 +0100
parents a543849b6888
children 5cc3c67c9d3f
comparison
equal deleted inserted replaced
63:a543849b6888 64:efe5f376e911
49 setopt hist_ignore_all_dups 49 setopt hist_ignore_all_dups
50 50
51 # get rid of the silly "zsh: sure you want to delete all the files in ..." message 51 # get rid of the silly "zsh: sure you want to delete all the files in ..." message
52 unsetopt normstarsilent 52 unsetopt normstarsilent
53 53
54 # turn of the "helpful" zsh feature of pushing each directory to the dir stack on cd 54 # turn off the "helpful" zsh feature of pushing each directory to the dir stack on cd
55 unsetopt autopushd 55 unsetopt autopushd
56 56
57 # turn off "helpful" auto correction 57 # turn off "helpful" auto correction
58 unsetopt correct_all 58 unsetopt correct_all
59 59