Skip to content

Instantly share code, notes, and snippets.

@bapti
Last active August 19, 2022 15:04
Show Gist options
  • Save bapti/85bcc31a46988b5c5f728aaaeebdafec to your computer and use it in GitHub Desktop.
Save bapti/85bcc31a46988b5c5f728aaaeebdafec to your computer and use it in GitHub Desktop.
Useful shell defaults
export HISTFILE=~/.zsh-history
export SAVEHIST=10000
export HISTSIZE=10000
export ERL_AFLAGS="-kernel shell_history enabled -kernel shell_history_file_bytes 1024000"
export PATH="$PATH:/opt/homebrew/bin/"
export PATH="$PATH:~/.asdf/shims/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment