# Add nano as default editor export EDITOR=nano export TERMINAL=urxvt export BROWSER=dwb # Gtk themes export GTK2_RC_FILES="$HOME/.gtkrc-2.0" shopt -s histappend shopt -s checkwinsize shopt -s autocd # Color support if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" alias ls='ls --color=auto' fi color_prompt=yes # Alias definitions. if [ -x ~/.bash_aliases ]; then . ~/.bash_aliases fi # Function definitions. if [ -x ~/.bash_functions ]; then . ~/.bash_functions fi # Prompt definitions. if [ -x ~/.bash_prompt ]; then . ~/.bash_prompt fi tput bold && tput setf 3 echo "┌────────────────────────[ $(tput setf 7) $(hostname) $(tput setf 3) ]────────────────────────[ $(tput setf 7) $(whoami) $(tput setf 3) ]────────────────────────" echo "└─╼ $( tput sgr0 ). .bashrc" fancy_pacman promptSimpleArrow