summaryrefslogtreecommitdiffstats
path: root/kshrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-06-25 23:12:56 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-06-25 23:12:56 +0100
commitcb03b57bcdc95fcaecdf51c7411f09a6d4a05f66 (patch)
tree72251e19e4db2ff4573ce7f9e73290dea387c817 /kshrc
parent17d2584791fc6c7ac1311ced966da8b37d83caef (diff)
added source of file with bookmark.py creds
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\]'