diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 811e16e..ea7d855 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -43,7 +43,7 @@ hc keybind $Mod-q close #spawn shit hc keybind $Mod-Return spawn urxvt hc keybind $Mod-Shift-Return spawn xterm /bin/bash -hc keybind $Mod-i spawn iceweasel +hc keybind $Mod-i spawn iceweasel if [[ $HOST =~ atlantis* ]]; then hc keybind $Mod-l spawn i3lock -i ~/.config/i3lock/bg.png -t else diff --git a/zshrc b/zshrc index 2280e44..ae67d04 100644 --- a/zshrc +++ b/zshrc @@ -120,6 +120,7 @@ alias sshconf="vim ~/.ssh/config" ## CIP SHORTCUTS ## if [[ $HOST =~ faui* ]]; then + alias iceweasel="bash -c 'cp -f --recursive .mozilla/firefox/d9m0msa0.test /var/tmp && chmod 700 --recursive /var/tmp/d9m0msa0.test/ && iceweasel --profile /var/tmp/d9m0msa0.test && rm -rf /var/tmp/d9m0msa0.test'" alias mpstubs="cd /proj/ciptmp/ik15ydit/reps/mpstubs/" alias reps="cd /proj/ciptmp/ik15ydit/reps/" alias rudipub='cd /home/cip/2010/he29heri/pub/' @@ -152,6 +153,7 @@ LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS alias la="ls -la --color=auto" alias ll="ls -ll --color=auto" alias ls="ls --color=auto" +alias l="ls -lh --color=auto" ## SSH-KEYS ## gitssh=~/.ssh/gitrsa