Last active
August 19, 2022 15:04
-
-
Save bapti/85bcc31a46988b5c5f728aaaeebdafec to your computer and use it in GitHub Desktop.
Useful shell defaults
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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