X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=5daa97263db69cd2bbf3880b250e5c22b375b5ba;hb=cc9c8cbd53a36390d97bb22e5a2e5f54eec443c8;hp=1954dc526362cc98b4d60d018ad507b3eb02594d;hpb=5a731e3fca4efac558b7c5cda59bacc448c2d6da;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1954dc5..5daa972 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2696,14 +2696,7 @@ disassemble(){ emulate -L zsh gcc -pipe -S -o - -O -g $* | as -aldh -o /dev/null } -#f5# Firefox remote control - open given URL -fir() { - if [ -e /etc/debian_version ]; then - firefox -a iceweasel -remote "openURL($1)" || firefox ${1}& - else - firefox -a firefox -remote "openURL($1)" || firefox ${1}& - fi -} + # smart cd function, allows switching to /etc when running 'cd /etc/fstab' cd() { if (( ${#argv} == 1 )) && [[ -f ${1} ]]; then