diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc/main.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh index aa1c10c..ad922d4 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -102,6 +102,9 @@ _load common dircolors # command prompt #_load common prompt +# screen shelltitle magic +_load common screen + # bash completion _load common bashcomp @@ -110,3 +113,6 @@ _load dist common # load distribution specific node settings _load node ${_DISTNAME} + +# initialize preexec hack last +init_preexec_hack |