diff options
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc/.wit | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bashrc/.wit b/bashrc/.wit index e6dd2b6..1fac9a8 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -72,9 +72,6 @@ stty -echoctl if [ -d ~/.config/wit/ ]; then echo -n "git.wit.org/wit/bash " - cd ~/.config/wit/ && git pull - cd - sleep 1 fi if [ $? == 0 ]; then @@ -85,7 +82,7 @@ fi # read in custom bash settings if you want case "$WIT_USER" in jcarr2) - . ~/jcarr/bashrc/.jcarr + . ~/.jcarr ;; *) if [ -f ~/$WIT_USER/bashrc/.$WIT_USER ] && ! shopt -oq posix; then |
