PATH="${PATH}:${HOME}/bin"
PAGER="less"
EDITOR="vim"
VISUAL="vim"
export PATH PAGER EDITOR VISUAL


alias ll='ls -ahlF'