grr
This commit is contained in:
parent
b128319656
commit
373f32d1cb
2 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
|
HOME version (not server)
|
||||||
|
---
|
||||||
|
|
||||||
Stuff.
|
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
|
* and then have to recreate on another box
|
||||||
* or have to copy from the work box
|
* or have to copy from the work box
|
||||||
* or all sorts of similar loss of time/debugging.
|
* or all sorts of similar loss of time/debugging.
|
||||||
|
|
|
||||||
2
zshrc
2
zshrc
|
|
@ -9,7 +9,7 @@ SAVEHIST=2000
|
||||||
setopt appendhistory autocd extendedglob
|
setopt appendhistory autocd extendedglob
|
||||||
|
|
||||||
if [ -x /usr/bin/xset ]; then
|
if [ -x /usr/bin/xset ]; then
|
||||||
if [ -v DISPLAY]; then
|
if [ -v DISPLAY ]; then
|
||||||
xset -b
|
xset -b
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue