diff --git a/bashrc b/bashrc index 0b0acbb..d11a7aa 100755 --- a/bashrc +++ b/bashrc @@ -79,6 +79,11 @@ _tmux_prefs(){ tmux set -g mode-keys vi } +if test -d ~/dbx +then + export CHIT_PATH="$HOME/dbx/.chit" +fi + ####################### iswindows && alias tty="echo cmd.exe"