Skip to content

Instantly share code, notes, and snippets.

View Louzet's full-sized avatar
🇫🇷
Developper PHP, and Symfony Lover

Mickael Louzet Louzet

🇫🇷
Developper PHP, and Symfony Lover
View GitHub Profile
@marioBonales
marioBonales / .bashrc
Created January 19, 2012 03:56
Default .bashrc for ubuntu
# ~/.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
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace