Minor fixes
This commit is contained in:
parent
624160b5c3
commit
1ac01513b2
@ -38,11 +38,11 @@ client.urgent $rd $rd $tx
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status --config ~/.i3/i3status.conf
|
||||
#status_command i3blocks -c ~/.i3/i3blocks.conf
|
||||
font -*-*-*-*-*-*-8-*-*-*-*-*-*-*
|
||||
mode dock
|
||||
#position top
|
||||
modifier Mod4
|
||||
tray_output eDP1
|
||||
colors {
|
||||
background $bg
|
||||
statusline $fg
|
||||
|
@ -1,2 +1,4 @@
|
||||
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/stonewareslord/tmp/ucpp/ucpp/:/home/stonewareslord/tmp/ucpp/ucpp/:/home/stonewareslord/hitchhikers/bin/ucpp/ucpp:/home/stonewareslord/hitchhikers/bin/ucpp/ucpp
|
||||
PS1="$ "
|
||||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
|
@ -12,6 +12,7 @@ HIST_STAMPS="dd.mm.yyyy"
|
||||
HISTSIZE=12000
|
||||
SAVEHIST=10000000
|
||||
setopt INTERACTIVECOMMENTS
|
||||
setopt EXTENDED_GLOB
|
||||
setopt HIST_EXPIRE_DUPS_FIRST
|
||||
setopt EXTENDED_HISTORY
|
||||
setopt APPEND_HISTORY SHARE_HISTORY HISTIGNOREALLDUPS
|
||||
@ -127,7 +128,8 @@ if test -f /etc/gentoo-release; then
|
||||
X="$X =$var"
|
||||
fi
|
||||
done
|
||||
sudo emerge $EMERGE_ARGS$X
|
||||
echo sudo emerge "$EMERGE_ARGS""$X"
|
||||
sudo emerge "$EMERGE_ARGS""$X"
|
||||
echo "\a"
|
||||
}
|
||||
update(){
|
||||
|
Loading…
Reference in New Issue
Block a user