summaryrefslogtreecommitdiffstats
path: root/bashrc/main.sh
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-10-18 15:02:52 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-10-18 15:02:52 +0200
commit26e619a342aa3495df9b358d110ff76b5b78eb41 (patch)
tree3c9eeb1b0de12f78e02ad40e0fe7409a2066b70d /bashrc/main.sh
parent5bc7eb9c62a88e393cf8a88121b816f14f1ca7a7 (diff)
downloaddotfiles-26e619a342aa3495df9b358d110ff76b5b78eb41.tar.gz
dotfiles-26e619a342aa3495df9b358d110ff76b5b78eb41.tar.xz
dotfiles-26e619a342aa3495df9b358d110ff76b5b78eb41.zip
readded screen title magic
Diffstat (limited to 'bashrc/main.sh')
-rw-r--r--bashrc/main.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh
index e967e53..d8b5a27 100644
--- a/bashrc/main.sh
+++ b/bashrc/main.sh
@@ -1,10 +1,10 @@
# this file is sourced by all bash shells on startup
# test for interactive shell
-[[ $- != *i* ]] && return
+[[ $- != *i* ]] && exit
# return if this script is executed twice
-[[ -n $(declare -p _DOTFILES_DIR 2>/dev/null) ]] && return
+[[ -n $(declare -p _DOTFILES_DIR 2>/dev/null) ]] && exit
declare -r _DOTFILES_DIR="${HOME}/.dotfiles"
declare -r _BASHRC_DIR="${_DOTFILES_DIR}/bashrc"
@@ -113,7 +113,7 @@ _load common dircolors
_load common prompt
# screen shelltitle magic
-#_load common screen
+_load common screen
# bash completion
_load common bashcomp
@@ -125,4 +125,4 @@ _load dist common
_load node ${_DISTNAME}
# initialize preexec hack last
-#init_preexec_hack
+init_preexec_hack