summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-05-22 22:01:04 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-05-22 22:01:04 +0200
commit28f655287af2597acb6760d4812c07dde32157fc (patch)
tree46cd48a63197d9dbff49fe1324ad24be8503451a
parent8bcb0213177a6d2cef8b6b6728076749ce36a22b (diff)
downloaddotfiles-28f655287af2597acb6760d4812c07dde32157fc.tar.gz
dotfiles-28f655287af2597acb6760d4812c07dde32157fc.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.bashrc2
-rw-r--r--.xinitrc3
-rw-r--r--.zshrc4
3 files changed, 7 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 9910ac5..d6eba79 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,3 +1,3 @@
shopt -s histappend
-HISTSIZE=$SAVEHIST
+HISTSIZE=500000
diff --git a/.xinitrc b/.xinitrc
index 48a0073..293f7c4 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -6,7 +6,7 @@ export VDPAU_NVIDIA_NO_OVERLAY=1
xrandr --output DVI-D-0 --left-of DVI-I-1
# I don't like no background ;)
-dash $HOME/.fehbg &
+dash $HOME/.bg &
numlockx
xset r rate 250 50 & # also in ~/bin/suspend-resume.sh
@@ -18,6 +18,7 @@ xbindkeys &
xkbcomp ~/.xkbmap $DISPLAY &
xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 &
/usr/lib/xfce4/notifyd/xfce4-notifyd &
+pulseaudio --start &
autostart () {
notipy.py -a SOUTH_EAST -m 0,1920,0,0 &
diff --git a/.zshrc b/.zshrc
index 9028a11..ff49712 100644
--- a/.zshrc
+++ b/.zshrc
@@ -489,6 +489,7 @@ alias xcp="xclip -o | fb"
alias nsl='nslookup'
alias rscp='rsync --partial --progress'
+alias scp='scp -o ControlPath=none'
alias mkdir='nocorrect mkdir'
alias wget='nocorrect noglob wget'
@@ -547,6 +548,9 @@ zstyle ':completion:*:match:*' original only
# ignore completion for commands we don't have
zstyle ':completion:*:functions' ignored-patterns '_*'
+# get rid of .class and .o files for vim
+zstyle ':completion:*:vim:*' ignored-patterns '*.(class|o)'
+
# show menu when tabbing
zstyle ':completion:*' menu yes select