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