Skip to content

Commit

Permalink
Added History Tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitojayant committed Nov 3, 2020
1 parent 2cfc23e commit ec47f4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ fi
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"


# Appending History
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory

# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
Expand Down

0 comments on commit ec47f4a

Please sign in to comment.