From b128319656d318ff0ebfd933b8226ff1f7c79fa5 Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Fri, 9 Dec 2016 21:26:32 +0200 Subject: [PATCH 1/2] well these should be gone too --- README => README.md | 0 bullettrain | 16 ---------------- cowerup | 8 -------- 3 files changed, 24 deletions(-) rename README => README.md (100%) delete mode 100644 bullettrain delete mode 100755 cowerup diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/bullettrain b/bullettrain deleted file mode 100644 index 90e7c64..0000000 --- a/bullettrain +++ /dev/null @@ -1,16 +0,0 @@ -BULLETTRAIN_VIRTUALENV_PREFIX=µ -BULLETTRAIN_VIRTUALENV_BG=45 -BULLETTRAIN_VIRTUALENV_FG=17 - -BULLETTRAIN_GIT_FG=31 -BULLETTRAIN_GIT_BG=14 - -BULLETTRAIN_TIME_FG=147 -BULLETTRAIN_TIME_BG=27 - -BULLETTRAIN_DIR_FG=237 -BULLETTRAIN_DIR_BG=39 - -BULLETTRAIN_PROMPT_CHAR="»" -BULLETTRAIN_PROMPT_ROOT=true - diff --git a/cowerup b/cowerup deleted file mode 100755 index 12963c2..0000000 --- a/cowerup +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/zsh - -cd ~/cower -rm -rf $1 -cower -d $1 -cd $1 -$EDITOR PKGBUILD -makepkg -isc From 373f32d1cbdd6b88436190676e095e76006b0a4c Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Fri, 9 Dec 2016 21:27:35 +0200 Subject: [PATCH 2/2] 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