Shell

.bashrc

shopt -s histappend
HISTSIZE=1000
alias ll='ls -l'
alias la='ls -al'
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'