From: Simon Ruderich Date: Mon, 16 Feb 2009 18:34:10 +0000 (+0100) Subject: Merge commit 'rammstein/master' X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=0d1c3c96beca1d3667df0fc7985423fab82d8086;hp=fd2658113a6239562893feee9d56affafd559bf8;p=config%2Fdotfiles.git Merge commit 'rammstein/master' --- diff --git a/bash/logout b/bash/logout new file mode 100644 index 0000000..91f4964 --- /dev/null +++ b/bash/logout @@ -0,0 +1,8 @@ +# Bash logout configuration file. + + +# When leaving the console clear the screen to increase privacy. Taken from +# Debian default bash files. Thanks. +if [ "$SHLVL" = 1 ]; then + [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q +fi diff --git a/bash/profile b/bash/profile new file mode 100644 index 0000000..3c62d60 --- /dev/null +++ b/bash/profile @@ -0,0 +1,5 @@ +# Bash login configuration file. + + +# Load ~/.bashrc. +. ~/.bashrc diff --git a/zsh/logout b/zsh/logout new file mode 100644 index 0000000..e8bb4f1 --- /dev/null +++ b/zsh/logout @@ -0,0 +1,8 @@ +# Zsh configuration file loaded when zsh exits. + + +# When leaving the console clear the screen to increase privacy. Taken from +# Debian default bash files. Thanks. +if [ "$SHLVL" = 1 ]; then + [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q +fi