changeset 251:b00e6b403896

Added airline-colour-splits and removed whitespace
author Steve Huston <huston@srhuston.net>
date Wed, 27 Mar 2024 16:31:21 -0400
parents 5619e06b048e
children d2bde75bd73a
files .bash_aliases .bash_profile .rsnapshot/rsnapshot-tm.conf .rsnapshot/rsnapshot.conf .screen/csesbh2 .sleep .ssh/onsubnet .vimrc
diffstat 8 files changed, 14 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_aliases	Wed Mar 27 16:05:57 2024 -0400
+++ b/.bash_aliases	Wed Mar 27 16:31:21 2024 -0400
@@ -206,7 +206,7 @@
   echo -n Q | openssl s_client -connect $H | openssl x509 -noout -dates
 }
 
-mc-backup() { 
+mc-backup() {
   pushd ~/Dropbox/Saves/minecraft/saves;
   if [ -d $1 ]; then
     tar cvf - $1 | bzip2 > ../$1_`date +%Y%m%d%H%M%S`.tar.bz2;
@@ -220,7 +220,7 @@
 
   echo "<HTML><HEAD><TITLE>My dotfiles</TITLE></HEAD><BODY><UL>" > $OUTDIR/index.html
 
-  for F in `hg locate` ; do 
+  for F in `hg locate` ; do
 
     # Files to ignore from the list
     case $F in
--- a/.bash_profile	Wed Mar 27 16:05:57 2024 -0400
+++ b/.bash_profile	Wed Mar 27 16:31:21 2024 -0400
@@ -61,7 +61,7 @@
 # to pull from the local repository to the working directory and the working
 # directory is clean.
 if [ "`hg -q tip | sed 's/.*://'`" != "`hg -q id | sed 's/\+//'`" ] ; then
-  echo Local repository contains updates. 
+  echo Local repository contains updates.
 fi
 hg status
 
--- a/.rsnapshot/rsnapshot-tm.conf	Wed Mar 27 16:05:57 2024 -0400
+++ b/.rsnapshot/rsnapshot-tm.conf	Wed Mar 27 16:31:21 2024 -0400
@@ -146,8 +146,8 @@
 # The include and exclude parameters, if enabled, simply get passed directly
 # to rsync. If you have multiple include/exclude patterns, put each one on a
 # separate line. Please look up the --include and --exclude options in the
-# rsync man page for more details on how to specify file name patterns. 
-# 
+# rsync man page for more details on how to specify file name patterns.
+#
 #include	???
 #include	???
 #exclude	???
--- a/.rsnapshot/rsnapshot.conf	Wed Mar 27 16:05:57 2024 -0400
+++ b/.rsnapshot/rsnapshot.conf	Wed Mar 27 16:31:21 2024 -0400
@@ -146,8 +146,8 @@
 # The include and exclude parameters, if enabled, simply get passed directly
 # to rsync. If you have multiple include/exclude patterns, put each one on a
 # separate line. Please look up the --include and --exclude options in the
-# rsync man page for more details on how to specify file name patterns. 
-# 
+# rsync man page for more details on how to specify file name patterns.
+#
 #include	???
 #include	???
 #exclude	???
--- a/.screen/csesbh2	Wed Mar 27 16:05:57 2024 -0400
+++ b/.screen/csesbh2	Wed Mar 27 16:31:21 2024 -0400
@@ -16,7 +16,7 @@
 #attrcolor b ".I"
 #termcapinfo xterm-256color 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
 #defbce=on
- 
+
 screen -t fixme 0
 #stuff 'r 172.24.0.2 -t "tail -F /var/log/everything | egrep -v \"(kernel.*trap invalid opcode|OpenSM|__ratelimit: .* callbacks suppressed|TRAPMGR|LOG_ERROR::Cannot allocate memory)\""
'
 
--- a/.sleep	Wed Mar 27 16:05:57 2024 -0400
+++ b/.sleep	Wed Mar 27 16:31:21 2024 -0400
@@ -7,5 +7,5 @@
   if [ -w $sock ]; then
     echo "Trying to remove keys from socket $sock"
     SSH_AUTH_SOCK=$sock ssh-add -D
-  fi  
+  fi
 done
--- a/.ssh/onsubnet	Wed Mar 27 16:05:57 2024 -0400
+++ b/.ssh/onsubnet	Wed Mar 27 16:31:21 2024 -0400
@@ -25,7 +25,7 @@
   hostname -I | tr -s " " "\012" | fgrep -v 127.0.0. | egrep -q "$regexp"
 fi
 
-if [[ $? == 0 ]]; then 
+if [[ $? == 0 ]]; then
   exit $on
 else
   exit $off
--- a/.vimrc	Wed Mar 27 16:05:57 2024 -0400
+++ b/.vimrc	Wed Mar 27 16:31:21 2024 -0400
@@ -47,6 +47,10 @@
 " Status bar.  I like status bars.
 Plug 'vim-airline/vim-airline'
 
+" https://github.com/Roy-Orbison/airline-colour-splits
+" Trying this again, fixes airline issues on split windows
+Plug 'Roy-Orbison/airline-colour-splits'
+
 " https://github.com/tpope/vim-sleuth
 " automatically adjusts 'shiftwidth' and 'expandtab' heuristically
 Plug 'tpope/vim-sleuth'