X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=1d574316f3be0ce14908fc20a17847c49078ed52;hb=f9541b5f9ba59deac740bcd274a589acb127cf29;hp=80291dcedcdb086a1b1a85f9477d67bfe3db0932;hpb=dab22a8ae98a0177730b276df379641aa829a422;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 80291dc..1d57431 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2148,19 +2148,6 @@ deswap() { print 'Finished, running "swapoff -a; swapon -a" may also be useful.' } -# spawn a minimally set up mksh - useful if you want to umount /usr/. -minimal-shell() { - emulate -L zsh - local shell="/bin/mksh" - - if [[ ! -x ${shell} ]]; then - printf '`%s'\'' not available, giving up.\n' ${shell} >&2 - return 1 - fi - - exec env -i ENV="/etc/minimal-shellrc" HOME="$HOME" TERM="$TERM" ${shell} -} - # a wrapper for vim, that deals with title setting # VIM_OPTIONS # set this array to a set of options to vim you always want @@ -2377,9 +2364,10 @@ cd() { } #f5# Create Directoy and \kbd{cd} to it -mcd() { +mkcd() { mkdir -p "$@" && cd "$@" } + #f5# Create temporary directory and \kbd{cd} to it cdt() { local t