This commit is contained in:
Howland Owl 2016-12-09 21:27:35 +02:00
parent b128319656
commit 373f32d1cb
2 changed files with 5 additions and 2 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

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