X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=9e60f1d058e8d0802d1f9ba2f25e81375d249494;hb=ee38301e3a546f1cf5bc219cfb2a9cc73628431a;hp=cb5ea8cf60c589d81db84f6394066d5f139173a6;hpb=2bb49d215ea82ab406f5c4ccf55fffe2a88e1b9b;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index cb5ea8c..9e60f1d 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -1,6 +1,10 @@ -## skel/.zshrc on grml systems -# -# Nowadays, grml's zsh setup lives in only in *one* zshrc file. +# Filename: /etc/skel/.zshrc +# Purpose: config file for zsh (z shell) +# Authors: (c) grml-team (grml.org) +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2 or any later version. +################################################################################ +# Nowadays, grml's zsh setup lives in only *one* zshrc file. # That is the global one: /etc/zsh/zshrc (from grml-etc-core). # It is best to leave this file untouched and do personal changes to # the setup via ${HOME}/.zshrc.local which is loaded at the end of the @@ -9,13 +13,11 @@ # That way, we enable people on other operating systems to use our # setup, too, just by copying our global zshrc to their ${HOME}/.zshrc. # Adjustments would still go to the .zshrc.local file. -# - +################################################################################ ## Now, we'll give a few examples of what you might want to use in your ## .zshrc.local file (just copy'n'paste and uncomment it there): - ## ZLE tweaks ## ## use the vi navigation keys (hjkl) besides cursor keys in menu completion