X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=7fca15682d413d6ba68de59d514e4bc1724b88c8;hb=dd58483b53d5e9893955057c1377d07bc8497759;hp=183ebc4c67af128f9d83a7c719dfe05bd245ce8d;hpb=ed94530572657b2a11472868d3ef784ad8b02646;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 183ebc4..7fca156 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1428,11 +1428,6 @@ if [[ -x /sbin/kexec ]] && [[ -r /proc/cmdline ]] ; then alias "$(uname -r)-reboot"="kexec -l --initrd=/boot/initrd.img-"$(uname -r)" --command-line=\"$(cat /proc/cmdline)\" /boot/vmlinuz-"$(uname -r)"" fi -#a1# Execute \kbd{rmdir} -alias rd='rmdir' -#a1# Execute \kbd{mkdir} -alias md='mkdir' - # see http://www.cl.cam.ac.uk/~mgk25/unicode.html#term for details alias term2iso="echo 'Setting terminal to iso mode' ; print -n '\e%@'" alias term2utf="echo 'Setting terminal to utf-8 mode'; print -n '\e%G'"