Home | Projects | Notes > Unix/Linux > .bashrc (Bash Run Command)
Add or uncomment the following two lines in the .bashrc for convenience:
.bashrc
xxxxxxxxxx21alias ls='ls --color=auto'2alias ll='ls -al'
xxxxxxxxxx
alias ls='ls --color=auto'
alias ll='ls -al'