Skip to content

Instantly share code, notes, and snippets.

@unyo
Last active June 23, 2018 01:06
Show Gist options
  • Save unyo/bfcdfc81a66d2101c67aced713f5dedd to your computer and use it in GitHub Desktop.
Save unyo/bfcdfc81a66d2101c67aced713f5dedd to your computer and use it in GitHub Desktop.
.profile
# bash history w/ tmux (order matters)
shopt -sq cdspell cmdhist extglob histappend
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
# new bash prompt (single quotes important)
export PS1='[\u@\h:\w ] $ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment