From bebbc9bb1c32f3f460ca6d6e81446fcc996dc9d6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 20 Jun 2013 22:51:35 +1200 Subject: Massive overhaul of structure for Bash files * No longer using .bash_logout * No longer using .bash_profile, using POSIX-compliant .profile * instead; in particular, moved most of environment settings into .profile * Moved some of the separable functionality of both .profile and .bashrc into subdirectories (some scripts shared, some not) * Tidied implementation of ls/grep aliases * Updated install script to reflect all of the above --- bash/bash_logout | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 bash/bash_logout (limited to 'bash/bash_logout') diff --git a/bash/bash_logout b/bash/bash_logout deleted file mode 100644 index de455a72..00000000 --- a/bash/bash_logout +++ /dev/null @@ -1,5 +0,0 @@ -# Clear screen when leaving console. -if [ "$SHLVL" = 1 ]; then - [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q -fi - -- cgit v1.2.3