summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/kshrc b/kshrc
index b4136ec..997dbef 100644
--- a/kshrc
+++ b/kshrc
@@ -35,6 +35,11 @@ if [ -e /home/lemon/.ksh_aliases ]; then
. /home/lemon/.ksh_aliases
fi
+# set environment variables for bookmark.py
+if [ -e /home/lemon/.bookmarkpy ]; then
+. /home/lemon/.bookmarkpy
+fi
+
# nice colored prompt that also sets xterm title
_XTERM_TITLE='\[\033]0;\u@\h:\w\007\]'
_PS1_CLEAR='\[\033[0m\]'