X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=f07fb67a153880436a35f3a0d79d7b81c7e8b2aa;hb=ba50de94fa8728459333e95a5019d1cfbf23dd78;hp=e30f5118465931c7c5666c9972a9216b43e4946a;hpb=e7f84863ff37d54cc2b99e259b4aa2698543a767;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e30f511..f07fb67 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2956,7 +2956,7 @@ iwclient() { # spawn a minimally set up mksh - useful if you want to umount /usr/. minimal-shell() { emulate -L zsh - local shell="mksh" + local shell="/bin/mksh" if ! check_com -c ${shell}; then printf '`%s'\'' not available, giving up.\n' ${shell} >&2