Skip to content

Instantly share code, notes, and snippets.

@vmirly
Created October 17, 2013 21:26
Show Gist options
  • Select an option

  • Save vmirly/7032452 to your computer and use it in GitHub Desktop.

Select an option

Save vmirly/7032452 to your computer and use it in GitHub Desktop.
.bashrc configurations
alias cp='cp -i'
alias rm='rm -i'
alias mv='mv -i'
alias ls='ls --color=auto '
alias grep='grep --color -E '
echo -e " \e[0;30m \\\e[0;30m \e[0;34m \\\e[0;34m \e[0;32m \\\e[0;32m \e[0;36m \\\e[0;36m \e[0;31m \\\e[0;31m \e[0;35m \\\e[0;35m \e[0;35m \\\e[0;35m \e[0;37m \\\e[0;37m \e[0m"
green='\e[0;32m' # '\e[1;32m' is too bright for white bg.
endColor='\e[0m'
# Display welcome message
echo -e "${green}Welcome \e[5;32;47m $USER \n${endColor}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment