Skip to content

Instantly share code, notes, and snippets.

View ljuti's full-sized avatar
💻
Most likely in an editor

Lauri Jutila ljuti

💻
Most likely in an editor
View GitHub Profile
@ljuti
ljuti / gist:801948
Created January 29, 2011 16:03 — forked from jcxplorer/gist:794929
bashrc for RVM use
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
if [[ -n "$PS1" ]]; then
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace