Skip to content

Instantly share code, notes, and snippets.

View felipemaion's full-sized avatar

Felipe Maion felipemaion

  • Brazil
  • 23:46 (UTC -03:00)
View GitHub Profile
@helton
helton / _credits.md
Last active February 10, 2022 14:33
Charadas
@hernamesbarbara
hernamesbarbara / .bash_profile
Created February 29, 2012 04:59
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