Remove skel files...
[grml-etc-core.git] / etc / skel / .zshrc
1 ## skel/.zshrc on grml systems
2 #
3 # Nowadays, grml's zsh setup lives in only in *one* zshrc file.
4 # That is the global one: /etc/zsh/zshrc (from grml-etc-core).
5 # It is best to leave this file untouched and do personal changes to
6 # the setup via ${HOME}/.zshrc.local which is loaded at the end of the
7 # global zshrc.
8 #
9 # That way, we enable people on other operating systems to use our
10 # setup, too, just by copying our global zshrc to their ${HOME}/.zshrc.
11 # Adjustments would still go to the .zshrc.local file.
12 #