knoebber / zshrc / 3bd5fb1 vs. 8adf85f
Compare Hashes
HUNK
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# ZSH completions, dependent on brew package being installed
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
autoload -Uz compinit
compinit
fi
# History
export HISTFILE=~/.zsh_history
export HISTFILESIZE=100000
HUNK
export ERL_AFLAGS="-kernel shell_history enabled" # Save history in iex
export PATH="$PATH:/Users/nicolasknoebber/go/bin"
export PATH="$PATH:/Users/nicolasknoebber/bin"
. /opt/homebrew/opt/asdf/libexec/asdf.sh