diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-06-25 23:12:56 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-06-25 23:12:56 +0100 |
commit | cb03b57bcdc95fcaecdf51c7411f09a6d4a05f66 (patch) | |
tree | 72251e19e4db2ff4573ce7f9e73290dea387c817 /kshrc | |
parent | 17d2584791fc6c7ac1311ced966da8b37d83caef (diff) |
added source of file with bookmark.py creds
Diffstat (limited to '')
-rw-r--r-- | kshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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\]' |