Move vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc
[grml-etc-core.git] / etc / skel / .zshrc.grmlsmall
1 # Filename:      .zshrc.grmlsmall
2 # Purpose:       remove items from grml's zsh configuration that
3 #                depend on software that is not in grmlsmall.
4 # Authors:       Frank Terbeck <ft@bewatermyfriend.de>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 # Latest change: Mon Nov 05 12:20:27 CET 2007 [mika]
8 ################################################################################
9
10   unset abk[V]
11   unalias    'V'      &> /dev/null
12   unfunction vman     &> /dev/null
13   unfunction vimpm    &> /dev/null
14   unfunction vimhelp  &> /dev/null
15   unfunction viless   &> /dev/null
16   unfunction 2html    &> /dev/null
17
18 # manpages are not in grmlsmall
19   unfunction manzsh   &> /dev/null
20   unalias    man2     &> /dev/null
21   unalias    man      &> /dev/null
22   unfunction man2     &> /dev/null
23
24 ## END OF FILE #################################################################