export PS1='\[\033[7m\]--- \h \W \$ \[\033[00m\] ' export PAGER='less' export PATH=$HOME/bin:$PATH export EDITOR=vim export XAUTHORITY=$HOME/.Xauthority HISTCONTROL=ignoredups:ignorespace HISTIGNORE="?:??:exit:pwd:clear" HISTSIZE=1000 HISTFILESIZE=2000 shopt -s histappend cmdhist histreedit cdspell checkwinsize alias mv='mv -i' alias l='ls -F' alias ll='ls -Flhi' alias la='ls -AF' alias h='history 35 | sort -k2 | uniq -f1 | sort -bn'