David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
c890272
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.bash_profile
History to ignore dupes and to append to instead of overwrite history file.
David Blume
commited
c890272
at 2019-09-10 23:27:46
.bash_profile
Blame
History
Raw
# ~/.bash_profile: executed by bash for login shells. if [ -f "${HOME}/.bashrc" ]; then source "${HOME}/.bashrc" fi if [[ -n $ITERM_PROFILE && -z $SSH_CLIENT && $(uname -s) == Darwin* && -f "${HOME}/tips.txt" ]]; then cat "${HOME}/tips.txt" fi # https://unix.stackexchange.com/questions/1288/preserve-bash-history-in-multiple-terminal-windows HISTCONTROL=ignoredups:erasedups shopt -s histappend