Skip to content

Instantly share code, notes, and snippets.

View raonirenosto's full-sized avatar

Raoni Renosto Coelho raonirenosto

  • Miniclinic
  • Brazil
View GitHub Profile
@raonirenosto
raonirenosto / .bash_profile
Created July 4, 2019 19:05 — forked from hernamesbarbara/.bash_profile
bash_profile with terminal colors and useful aliases
#!/bin/bash
export TERM=xterm-color
export CLICOLOR=1
export GREP_OPTIONS='--color=auto'
# export LSCOLORS=Exfxcxdxbxegedabagacad
export LSCOLORS=gxfxcxdxbxegedabagacad # Dark lscolor scheme
# Don't put duplicate lines in your bash history
export HISTCONTROL=ignoredups
# increase history limit (100KB or 5K entries)
export HISTFILESIZE=100000