Dotfiles

bashrc:

# configure the bash behavior
set meta-flag on
set convert-meta off
set output-meta on
set input-meta on
set show-all-if-ambigous on

shopt -u interactive_comments
shopt -s checkwinsize

tmux.conf

set -g history-limit 30000
set-option -g prefix C-a
setw -g aggressive-resize on
set -g base-index 1
setw -g pane-base-index 1