diff options
| author | Jeff Carr <[email protected]> | 2024-12-20 02:01:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-20 02:01:53 -0600 |
| commit | 75d1ae83503821e1aa4cb6ed68675d8500e837ac (patch) | |
| tree | 526944f05d0708362469a35eb00a931023c7686e /bashrc | |
| parent | f8c65e3c4e5330074aeb67d5125063a9d7ae1904 (diff) | |
fix that god damn vi screen clearing problem
Signed-off-by: Jeff Carr <[email protected]>
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 |
