From 373f32d1cbdd6b88436190676e095e76006b0a4c Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Fri, 9 Dec 2016 21:27:35 +0200 Subject: [PATCH] grr --- README.md | 5 ++++- zshrc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2082711..af2facb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ +HOME version (not server) +--- + Stuff. -Stuff I use, which I continue to update +Stuff I use, which I continue to update * and then have to recreate on another box * or have to copy from the work box * or all sorts of similar loss of time/debugging. diff --git a/zshrc b/zshrc index 1d3650f..4561b25 100644 --- a/zshrc +++ b/zshrc @@ -9,7 +9,7 @@ SAVEHIST=2000 setopt appendhistory autocd extendedglob if [ -x /usr/bin/xset ]; then - if [ -v DISPLAY]; then + if [ -v DISPLAY ]; then xset -b fi fi