Browse Source

add env val CHIT_PATH

pull/1/head
10sr 11 years ago
parent
commit
ae3ed106d8
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      bashrc

+ 5
- 0
bashrc View File

@@ -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"


Loading…
Cancel
Save