Merge branch 'home' into 'master'
Home small bugs. patched. See merge request !6
This commit is contained in:
commit
0b84b63f40
4 changed files with 5 additions and 26 deletions
|
|
@ -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.
|
||||
16
bullettrain
16
bullettrain
|
|
@ -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
|
||||
|
||||
8
cowerup
8
cowerup
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/zsh
|
||||
|
||||
cd ~/cower
|
||||
rm -rf $1
|
||||
cower -d $1
|
||||
cd $1
|
||||
$EDITOR PKGBUILD
|
||||
makepkg -isc
|
||||
2
zshrc
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue