Skip to content

Commit

Permalink
disable zsh autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
lanej committed Jun 10, 2013
1 parent 3e1ea39 commit 33d8e38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,14 +9,14 @@ shell:
ln -fs $(DOTFILES)/bash/bash_profile ${HOME}/.bash_profile
ln -fs $(DOTFILES)/bash/homebrew_profile ${HOME}/.homebrew.profile
ln -fns $(DOTFILES)/bin/ ${HOME}/bin
sh ${DOTFILES}/zsh/oh_my_zsh ${DOTFILES}
ln -fs $(DOTFILES)/zsh/zshrc ${HOME}/.zshrc
ln -fs $(DOTFILES)/zsh/zlogout ${HOME}/.zlogout
ln -fs $(DOTFILES)/zsh/zshenv ${HOME}/.zshenv
ln -fs $(DOTFILES)/friends ${HOME}/.friends
ln -fs $(DOTFILES)/ack/ackrc ${HOME}/.ackrc
ln -fns $(DOTFILES)/etc/ ${HOME}/etc
ln -fs ${DOTFILES}/bash/alias ${HOME}/.alias
sh ${DOTFILES}/zsh/oh_my_zsh ${DOTFILES}
sh ${DOTFILES}/bash/ssh-config ${DOTFILES}
screen:
ln -fs $(DOTFILES)/rc/screenrc ${HOME}/.screenrc
Expand Down
3 changes: 3 additions & 0 deletions zsh/zshrc
Expand Up @@ -41,6 +41,9 @@ source $ZSH/oh-my-zsh.sh
setopt inc_append_history
setopt share_history

unsetopt correct
unsetopt correct_all

export PATH=/Users/jlane/bin:/usr/local/sbin:/usr/local/bin:/Users/jlane/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:$PATH

source ~/.alias
Expand Down

0 comments on commit 33d8e38

Please sign in to comment.