Merge branch 'home' into 'master'

Home

small bugs. patched.

See merge request !6
This commit is contained in:
Howland Owl 2016-12-09 21:29:52 +02:00
commit 0b84b63f40
4 changed files with 5 additions and 26 deletions

View file

@ -1,3 +1,6 @@
HOME version (not server)
---
Stuff.
Stuff I use, which I continue to update
* and then have to recreate on another box

View file

@ -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

View file

@ -1,8 +0,0 @@
#!/bin/zsh
cd ~/cower
rm -rf $1
cower -d $1
cd $1
$EDITOR PKGBUILD
makepkg -isc

2
zshrc
View file

@ -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