X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=f7cc96a4aec4140286832b0ff05b8950a1564f2c;hb=e81e770f7b7e6055fbd81bb5d1db635fb46ac7cc;hp=c30b11220d569d96efe5ead383d8d6c7032a0da2;hpb=4962cc96dbd7d7b253f9e65d495161ae27a08b70;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index c30b112..f7cc96a 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3288,7 +3288,11 @@ disassemble(){ } #f5# Firefox remote control - open given URL fir() { - firefox -a firefox -remote "openURL($1)" + if [ -e /etc/debian_version ]; then + firefox -a iceweasel -remote "openURL($1)" || firefox ${1}& + else + firefox -a firefox -remote "openURL($1)" || firefox ${1}& + fi } #f5# Create Directoy and \kbd{cd} to it mcd() {