some local changes for scripts that fixed some things
This commit is contained in:
parent
b51978af5c
commit
08908faceb
3 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < /home/truck/bin/nflist`
|
||||
F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < /home/andrew/bin/nflist`
|
||||
C=`ls ~/bin/st* |dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'`
|
||||
${C} -f "${F}"
|
||||
|
|
|
|||
4
nflist
4
nflist
|
|
@ -21,9 +21,9 @@
|
|||
Px437_ITT_BIOS NF:style=2y:pixelsize=16:antialias=true
|
||||
Px437_Phoenix_BIOS NF:style=2y:pixelsize=16:antialias=true
|
||||
Px437_PhoenixEGA_8x8 NF:style=2y:pixelsize=16:antialias=true
|
||||
Px437_TandyNew_225 NF:style=2y:pixelsize=16:antialias=true
|
||||
Px437_TandyNew_225 NF:style=2y:pixelsize=24:antialias=true
|
||||
Px437_TandyNew_TV NF:style=2y:pixelsize=16:antialias=true
|
||||
Px437_TandyOld_225 NF:style=2y:pixelsize=16:antialias=true
|
||||
Px437_TandyOld_225 NF:style=2y:pixelsize=24:antialias=true
|
||||
Px437_TandyOld_TV NF:style=2y:pixelsize=16:antialias=true
|
||||
Px437_Verite_8x8 NF:style=2y:pixelsize=16:antialias=true
|
||||
Px437_VTech_BIOS NF:style=2y:pixelsize=16:antialias=true
|
||||
|
|
|
|||
3
powerline-shell-init
Normal file → Executable file
3
powerline-shell-init
Normal file → Executable file
|
|
@ -1,5 +1,6 @@
|
|||
function powerline_precmd() {
|
||||
PS1="$(/home/truck/sturf/banga-powerline/powerline-shell.py $? --shell zsh 2> /dev/null)"
|
||||
# PS1="$(~/powerline-shell.py $? --shell zsh 2> /dev/null)"
|
||||
PS1="$(~/bin/powerline-shell/powerline-shell.py $? --colorize-hostname --cwd-max-depth 3 --cwd-max-dir-size 6 --shell zsh 2> /dev/null)"
|
||||
}
|
||||
|
||||
function install_powerline_precmd() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue