grml-etc-core (0.1-28) unstable; urgency=low * /etc/skel/.zshrc: always set 'setopt local_options' if using 'setopt errreturn'. -- Michael Prokop Fri, 27 Oct 2006 11:55:54 +0200 grml-etc-core (0.1-27) unstable; urgency=low * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh, otherwise running 'script' might hang. Thanks, wuehlmaus! -- Michael Prokop Thu, 26 Oct 2006 11:20:35 +0200 grml-etc-core (0.1-26) unstable; urgency=low The "Frank Terbeck is my zsh hero" release. * Update /etc/zsh/site-functions/_hg to latest version from http://hg.intevation.org/mercurial/crew * Added /etc/zsh/site-functions/_grmlinitd for better completion of "Start Restart Stop Reload" with initscripts, thanks - Frank Terbeck! * /etc/zsh/zshrc: - use is-at-least for is4[2]-functions if possible - bugfix for $2 in initscripts "Start Restart Stop Reload" function (thanks, Frank Terbeck!) - use zsh's color capabilities if the module is present (thanks, Frank Terbeck!) - don't export $SHELL anymore * /etc/zsh/zshenv: - set /bin instead of /bin/ in $PATH - some minor code style improvements * /etc/skel/.zshrc: - updated alias fbmplayer (thanks, wuehlmaus!) - added function gex (google exact search, thanks wuehlmaus!) - added gethgsnap and gethgclone for retrieving mercurial - use $SUDO in the whole file instead of $RUNASROOT - use 'setopt errreturn' in some functions -- Michael Prokop Tue, 24 Oct 2006 20:35:29 +0200 grml-etc-core (0.1-25) unstable; urgency=low * /etc/skel/.zshrc: add functions for mercurial * Added /etc/skel/.hgrc - configuration file for mercurial. * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge two directories recursively), taken from http://www.vim.org/scripts/script.php?script_id=102 -- Michael Prokop Sun, 22 Oct 2006 21:24:39 +0200 grml-etc-core (0.1-24) unstable; urgency=low * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc, thanks for the patch - Frank Terbeck! -- Michael Prokop Sat, 21 Oct 2006 19:29:59 +0200 grml-etc-core (0.1-23) unstable; urgency=low * Fix typo in /etc/zsh/zshrc. -- Michael Prokop Sat, 21 Oct 2006 16:36:54 +0200 grml-etc-core (0.1-22) unstable; urgency=low * /etc/zsh/zshrc: update functions dchange and uchange - check whether changelogs exist before trying to display them. -- Michael Prokop Sat, 21 Oct 2006 16:20:40 +0200 grml-etc-core (0.1-21) unstable; urgency=low * /etc/zsh/zshrc: added some more checks so the config works on AIX (powerpc-ibm-aix5.2.0.0) as well. -- Michael Prokop Tue, 17 Oct 2006 12:12:52 +0200 grml-etc-core (0.1-20) unstable; urgency=low * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial and set according $FPATH in /etc/zsh/zshrc. -- Michael Prokop Sun, 15 Oct 2006 23:19:03 +0200 grml-etc-core (0.1-19) unstable; urgency=low * /etc/grml/screenrc: activated termcapinfo xterm|xterms|xs|rxvt ti@:te@ for "more usual" buffer handling in xterm & CO. -- Michael Prokop Sat, 14 Oct 2006 22:56:23 +0200 grml-etc-core (0.1-18) unstable; urgency=low * /etc/skel/.zshrc: update function getskype (new upstream release which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore. -- Michael Prokop Mon, 9 Oct 2006 14:48:22 +0200 grml-etc-core (0.1-17) unstable; urgency=low * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present. -- Michael Prokop Sun, 8 Oct 2006 01:43:24 +0200 grml-etc-core (0.1-16) unstable; urgency=low * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs) * Move debian/postinst to debian/preinst, some minor fixes in preinst and postrm. -- Michael Prokop Mon, 2 Oct 2006 23:46:55 +0200 grml-etc-core (0.1-15) unstable; urgency=low * Set debian related functions + aliases only if /etc/debian_version is present. Check for uid and set $SUDO according so normal user can use functions + aliases as well. -- Michael Prokop Fri, 29 Sep 2006 14:35:32 +0200 grml-etc-core (0.1-14) unstable; urgency=low * /etc/zsh/zshrc: instead of our predict-function use ctrl-z to put job into foreground (thanks, wuehlmaus). -- Michael Prokop Fri, 29 Sep 2006 14:09:30 +0200 grml-etc-core (0.1-13) unstable; urgency=low * /etc/zsh/zshrc: added alias truec - thanks, Mark! -- Michael Prokop Thu, 28 Sep 2006 23:06:41 +0200 grml-etc-core (0.1-12) unstable; urgency=low * Cleanup and update of /etc/apt/sources.list.grml. * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified package) and uchange (view upstream's changelog of specified package). -- Michael Prokop Thu, 28 Sep 2006 15:42:43 +0200 grml-etc-core (0.1-11) unstable; urgency=low * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set in environment files. -- Michael Prokop Sat, 23 Sep 2006 14:20:42 +0200 grml-etc-core (0.1-10) unstable; urgency=low * /etc/zsh/zshrc: improved startx + xinit alias, thanks to Worf for idea! * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set -- Michael Prokop Sat, 23 Sep 2006 12:21:32 +0200 grml-etc-core (0.1-9) unstable; urgency=low * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory is present. * /etc/zsh/zshrc: "complete 'cd - Thu, 21 Sep 2006 19:29:02 +0200 grml-etc-core (0.1-8) unstable; urgency=low * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small as well. -- Michael Prokop Mon, 18 Sep 2006 19:42:16 +0200 grml-etc-core (0.1-7) unstable; urgency=low * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and Restore). -- Michael Prokop Mon, 18 Sep 2006 18:55:01 +0200 grml-etc-core (0.1-6) unstable; urgency=low * Remove /etc/grml/script-functions, ship it with package grml-scripts. -- Michael Prokop Mon, 18 Sep 2006 00:46:00 +0200 grml-etc-core (0.1-5) unstable; urgency=low * /etc/zsh/zshrc: - press "ctrl-e d" to insert the actual date in the form yyyy-mm-dd (found in schulas zsh config :)) - complete manual pages by their section (hello schula, again ;-)) -- Michael Prokop Sun, 17 Sep 2006 16:46:44 +0200 grml-etc-core (0.1-4) unstable; urgency=low * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery status on right side of prompt. -- Michael Prokop Sun, 17 Sep 2006 14:19:09 +0200 grml-etc-core (0.1-3) unstable; urgency=low * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks for suggestion, Mark! * /etc/apt/sources.list.grml: added entry for xfce sources, thanks Mark! * Added /etc/grml/script-functions meant for usage inside shell scripts. -- Michael Prokop Sat, 16 Sep 2006 10:39:52 +0200 grml-etc-core (0.1-2) unstable; urgency=low * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus! -- Michael Prokop Fri, 15 Sep 2006 17:53:35 +0200 grml-etc-core (0.1) unstable; urgency=low * Initial Release. -- Michael Prokop Tue, 12 Sep 2006 15:45:23 +0200