From 28f655287af2597acb6760d4812c07dde32157fc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 22 May 2013 22:01:04 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- .bashrc | 2 +- .xinitrc | 3 ++- .zshrc | 4 ++++ 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 -- cgit v1.2.3-24-g4f1b