summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc/.wit5
-rw-r--r--cloudflare4
-rw-r--r--vimrc8
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]
diff --git a/vimrc b/vimrc
index aea6acc..5f5710f 100644
--- a/vimrc
+++ b/vimrc
@@ -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