.bashrc
public shellscript v1 · immutablealias ls='ls --color=auto'PS1='\[\e[0;32m\][\t][\u@\h \W]\$\[\e[0m\] '# enable bash completion in interactive shellsif [ -f /etc/bash_completion ]; then . /etc/bash_completionfialias ls='ls --color=auto'PS1='\[\e[0;32m\][\t][\u@\h \W]\$\[\e[0m\] '# enable bash completion in interactive shellsif [ -f /etc/bash_completion ]; then . /etc/bash_completionfi