Remove resources/python. All that stuff belongs in dotfiles/lib/python
This commit is contained in:
@@ -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..
|
||||
|
||||
|
Reference in New Issue
Block a user