Skip to content

Instantly share code, notes, and snippets.

@kalloc
Created December 19, 2019 16:33
Show Gist options
  • Save kalloc/fbf97971c67dba7151ede13787c6a45f to your computer and use it in GitHub Desktop.
Save kalloc/fbf97971c67dba7151ede13787c6a45f to your computer and use it in GitHub Desktop.
if [[ "${TMUX}" != "" ]]; then
WINDOW=$(tmux display-message -p '#W')
FILE=$HOME/.bash_sessions/$(tmux display-message -p '#S')
if [[ ${WINDOW} != 'vim' ]];then
WINDOW='local'
fi
export HISTFILE=${FILE}-${WINDOW}
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment