From 1ac01513b2897fbdafc76b203d5fb3c50f98115a Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sat, 19 Mar 2016 23:02:25 -0400 Subject: [PATCH] Minor fixes --- i3/config | 2 +- shells/bashrc | 2 ++ shells/zshrc | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index e796f3e..231c995 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/shells/bashrc b/shells/bashrc index 23c26d0..bfacba3 100644 --- a/shells/bashrc +++ b/shells/bashrc @@ -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 diff --git a/shells/zshrc b/shells/zshrc index 1999daf..7fe718e 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -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(){