Initial commit.

This commit is contained in:
2011-09-05 20:08:58 +02:00
commit 884d9209b0
13 changed files with 225 additions and 0 deletions

8
.exports Normal file
View File

@@ -0,0 +1,8 @@
# Make vim the default editor
export EDITOR="vim"
# Dont clear the screen after quitting a manual page
export MANPAGER="less -X"
# Larger bash history (allow 32³ entries; default is 500)
export HISTSIZE=32768
export HISTFILESIZE=$HISTSIZE