summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-17 10:20:32 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-17 10:20:32 +0100
commitf043d05f9d095a2cb9b388eb36895a135be27824 (patch)
tree90dc9fbfb7ee6c27825e11402dbaced20ce13478
parentbe04be63ce7202d86931fddee3aaddc94ef2f5ee (diff)
update before removal
-rw-r--r--cwmrc1
-rw-r--r--profile8
-rw-r--r--vim/vimrc1
3 files changed, 10 insertions, 0 deletions
diff --git a/cwmrc b/cwmrc
index 3db732c..f81c331 100644
--- a/cwmrc
+++ b/cwmrc
@@ -1,4 +1,5 @@
sticky yes
+xrdb -merge ~/.Xresources
color activeborder "#ffb3ff"
gap 0 0 24 0
borderwidth 3
diff --git a/profile b/profile
index fa5877f..e43c580 100644
--- a/profile
+++ b/profile
@@ -1 +1,9 @@
+# $OpenBSD: dot.profile,v 1.7 2020/01/24 02:09:51 okan Exp $
+#
+# sh/ksh initialization
+
+PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games
+export PATH HOME TERM
export ENV=$HOME/.kshrc
+eval `ssh-agent -s`
+ssh-add
diff --git a/vim/vimrc b/vim/vimrc
index f236940..c29d8cb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,6 +7,7 @@ runtime! plugin/sensible.vim
" https://www.reddit.com/r/openbsd/comments/9t3t4q/vim_81_slow_on_openbsd/
let sh_minlines=100
let sh_maxlines=600
+set belloff=all
set synmaxcol=300
set noshowmatch
set synmaxcol=200