Remove resources/python. All that stuff belongs in dotfiles/lib/python

This commit is contained in:
2015-01-03 12:32:21 -08:00
parent e1d5748a65
commit 4e148e0289
11 changed files with 1 additions and 239 deletions

View File

@@ -3,12 +3,12 @@ HISTFILE="$(readlink -f $HOME/.zsh_history)"
HISTSIZE=100000
SAVEHIST=100000
setopt share_history # share command history data
setopt extended_history
setopt hist_expire_dups_first
setopt hist_ignore_dups # ignore duplication command history list
setopt hist_ignore_space
setopt hist_verify
setopt share_history # share command history data
# TODO: Explain what some of this does..