Skip to content

Instantly share code, notes, and snippets.

View dfasolin's full-sized avatar
🌚
Working from moon

Danilo Salmazio dfasolin

🌚
Working from moon
View GitHub Profile
@dfasolin
dfasolin / .aliases_bash
Created January 11, 2011 00:35
Bash profile for RVM and little more...
#-------------------------------------------------------------
# Source global definitions (if any)
#-------------------------------------------------------------
if [ -f /etc/bashrc ]; then
. /etc/bashrc # --> Read /etc/bashrc, if present.
fi
#-------------------------------------------------------------
# Automatic setting of $DISPLAY (if not set already).