X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=80a362d0e7582762d047e074c420c051580e60b9;hb=bd6da853ad78071c3125652493ee833c6dab544f;hp=d07e9b025eef66f2463695fc97ae9b917fccc42b;hpb=a5d4d9967bd7b0e8065becfed24e4b4abd3c88c8;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index d07e9b0..80a362d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1879,9 +1879,6 @@ is4 && nt() { # shell functions -#f1# Provide csh compatibility -setenv() { typeset -x "${1}${1:+=}${(@)argv[2,$#]}" } # csh compatibility - #f1# Reload an autoloadable function freload() { while (( $# )); do; unfunction $1; autoload -U $1; shift; done } compdef _functions freload