- #### Copied from demure ####
- #### https://github.com/demure/ ####
- ### Exports ###
- ### Univeral Exports ###
- export CLICOLOR="YES"
- #export TERM='xterm-color'
- export HISTFILESIZE=10000
- export HISTSIZE=10000
- export HISTCONTROL=erasedups
- export EDITOR=vim
- shopt -s histappend
|