Skip to content

Instantly share code, notes, and snippets.

View janmoesen's full-sized avatar

Jan Moesen janmoesen

View GitHub Profile
function manneke {
:;:;:;:;:;:;:
:;:;:;:;:;:;:
<. :;:;:;:;:;:;:;:;:
[ ! ] ; [ ! ]
: :
: _ :
[ \_____/ ]
@janmoesen
janmoesen / .bash_profile
Created August 19, 2011 06:01
Temporary .bash_profile
# ============== shell
# Case-insensitive globbing.
shopt -s nocaseglob;
# Do not overwrite files when redirecting using ">", ">&" or "<>".
# Note that you can still override this with ">|".
set -o noclobber;
# UTF-8 all the way.
export LC_ALL='en_GB.UTF-8';