X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=7d3433937421ec0f4707a2b2c6c5b28d08d610f8;hb=e450b32aa21bafe38ddd3bf1a6d97339b8a7e622;hp=02c11d8aaa85276021ff0396e1e11b819e1f4f81;hpb=30282f6ebde53a77cca0fd9a5aa7e66f81a6a17d;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 02c11d8..7d34339 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3006,13 +3006,6 @@ selhist() { print -z "${cmd[$answer]#*$TAB}" } -# Use vim to convert plaintext to HTML -#f5# Transform files to html with highlighting -2html() { - emulate -L zsh - vim -u NONE -n -c ':syntax on' -c ':so $VIMRUNTIME/syntax/2html.vim' -c ':wqa' $1 &>/dev/null -} - # Usage: simple-extract # Using option -d deletes the original archive file. #f5# Smart archive extractor