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 | |
| parent | f8c65e3c4e5330074aeb67d5125063a9d7ae1904 (diff) | |
fix that god damn vi screen clearing problem
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | bashrc/.wit | 5 | ||||
| -rw-r--r-- | cloudflare | 4 | ||||
| -rw-r--r-- | vimrc | 8 |
3 files changed, 11 insertions, 6 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 diff --git a/cloudflare b/cloudflare new file mode 100644 index 0000000..63eba48 --- /dev/null +++ b/cloudflare @@ -0,0 +1,4 @@ +wit.org 5d15a8bbea7782be39b453207abfd3a0 e08806ad85ef97aebaacd2d7fa462a7d417a7 [email protected] +other.wit.com 3777302ac4a78cd7fa4f6d3f72086d06 DDEktZ1o7Y7JzUdWHYOV0dfp3382EPKxX0QL5Ct7 [email protected] +wit.com 3777302ac4a78cd7fa4f6d3f72086d06 e08806ad85ef97aebaacd2d7fa462a7d417a7 [email protected] +stablesid.com 27b900d9e05cfb9f3a64fecff2497f90 e08806ad85ef97aebaacd2d7fa462a7d417a7 [email protected] @@ -16,7 +16,8 @@ au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g " -set t_te= " to keep vim from clearing the screen on exit -:set t_te= +set t_ti= t_te= + " stuff for vim-go " let g:go_def_mode='gopls' @@ -24,4 +25,7 @@ au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g " vim -u ~/.config/.vimrc " set viminfo+=n~/.vim/viminfo -:set viminfo='50,<1000,s100,:0,n~/.cache/viminfo +set viminfo='50,<1000,s100,:0,n~/.cache/viminfo + +" :set textwidth=80 +" :gq |
