# ~/.bashrc: executed by bash for non-login shells case $- in *i*) ;; *) return;; esac export PS1='\u@\h:\w\$ ' alias ll='ls -alF' alias la='ls -A'