grml-etc-core.git
12 years agozshrc: alias to rm pesky OSX metadata files and directories xro/demac
Bernhard Tittelbach [Wed, 9 Nov 2011 20:36:55 +0000 (21:36 +0100)]
zshrc: alias to rm pesky OSX metadata files and directories

12 years agozshrc: inplaceMkDirs(): handle espaces and quotes better
Bernhard Tittelbach [Wed, 9 Nov 2011 11:19:34 +0000 (12:19 +0100)]
zshrc: inplaceMkDirs(): handle espaces and quotes better

12 years agozshrc: readme(): remove superfluous line
Bernhard Tittelbach [Wed, 9 Nov 2011 00:23:13 +0000 (01:23 +0100)]
zshrc: readme(): remove superfluous line

12 years agozsh: help-zle caching
Bernhard Tittelbach [Wed, 27 Jul 2011 00:51:37 +0000 (02:51 +0200)]
zsh: help-zle caching

12 years agozsh: fix readme, add liesmich, improve globbing
Bernhard Tittelbach [Tue, 16 Aug 2011 23:07:12 +0000 (01:07 +0200)]
zsh: fix readme, add liesmich, improve globbing

12 years agozsh: lsdisk mount and blocksize info
Bernhard Tittelbach [Sat, 30 Jul 2011 00:42:56 +0000 (02:42 +0200)]
zsh: lsdisk mount and blocksize info

12 years agozsh: purge old zsh compile-files, echo newline
Bernhard Tittelbach [Tue, 26 Jul 2011 14:53:25 +0000 (16:53 +0200)]
zsh: purge old zsh compile-files, echo newline

12 years agozshrc: drop 2mp3_192 function
Michael Prokop [Mon, 7 Nov 2011 14:17:50 +0000 (15:17 +0100)]
zshrc: drop 2mp3_192 function

See discussion within http://bts.grml.org/grml/issue997

12 years agozshrc: use dpkg-query instead of grep-status for debs-by-size alias
Michael Prokop [Sat, 10 Sep 2011 11:11:07 +0000 (13:11 +0200)]
zshrc: use dpkg-query instead of grep-status for debs-by-size alias

Packages without Installed-Size cause a conflict for the
paste/sort command when using the grep-status command line.
So lets use dpkg-query with an according sed/sort command
line instead.

Thanks: Thorsten Glaser <tg@mirbsd.org>

12 years agoCleanup indenting in preinst, postrm
Christian Hofstaedtler [Tue, 25 Oct 2011 10:05:50 +0000 (12:05 +0200)]
Cleanup indenting in preinst, postrm

12 years agoAdd tmux.conf
Sebastian Boehm [Thu, 20 Oct 2011 10:28:33 +0000 (12:28 +0200)]
Add tmux.conf

12 years agoRemove unmaintained accessibility support
Christian Hofstaedtler [Thu, 13 Oct 2011 23:49:45 +0000 (01:49 +0200)]
Remove unmaintained accessibility support

12 years agogitignore: zsh byte-compiled files (*.zwc)
Frank Terbeck [Thu, 13 Oct 2011 08:48:00 +0000 (10:48 +0200)]
gitignore: zsh byte-compiled files (*.zwc)

12 years agoFix spelling in debian/control
Frank Terbeck [Wed, 5 Oct 2011 14:15:00 +0000 (16:15 +0200)]
Fix spelling in debian/control

As noted by Thorsten Glaser on IRC.

12 years agozshrc: hl() parameter fix
micah anderson [Wed, 5 Oct 2011 13:17:15 +0000 (09:17 -0400)]
zshrc: hl() parameter fix

Simple fix for hl() to adjust for the new highlight argument
requirements.

12 years agozshrc: Do not use bogus array index `0' in dirstack code [Closes: issue1055]
Frank Terbeck [Tue, 27 Sep 2011 10:19:05 +0000 (12:19 +0200)]
zshrc: Do not use bogus array index `0' in dirstack code [Closes: issue1055]

Instead, use `1' which is the correct way to address the first item of
an array in zsh (with the default settings and the ones we are using).

Reported-by: Daniel Hahler <grml@thequod.de>
Signed-off-by: Frank Terbeck <ft@grml.org>
12 years agozshrc: Make `cd()\ behave with more than one argument
Frank Terbeck [Thu, 18 Aug 2011 16:36:32 +0000 (18:36 +0200)]
zshrc: Make `cd()\ behave with more than one argument

12 years agoReleasing new version 0.4.01. v0.4.01
Michael Prokop [Mon, 8 Aug 2011 12:41:48 +0000 (14:41 +0200)]
Releasing new version 0.4.01.

12 years agozshrc: Updating accept-line wrapper
Frank Terbeck [Fri, 5 Aug 2011 10:07:52 +0000 (12:07 +0200)]
zshrc: Updating accept-line wrapper

From <https://dev.0x50.de/projects/ftzsh/repository>, commit: 57ade04c

12 years agoremove preferences.grml example file
Christian Hofstaedtler [Fri, 29 Jul 2011 14:50:59 +0000 (16:50 +0200)]
remove preferences.grml example file

This is in grml-live anyway, and it was not clearly marked as an example.

12 years agoAdd debian/control headers Origin, Bugs
Christian Hofstaedtler [Wed, 27 Jul 2011 19:30:29 +0000 (21:30 +0200)]
Add debian/control headers Origin, Bugs

12 years agozsh: make any() case insensitive
Bernhard Tittelbach [Sun, 24 Jul 2011 18:31:30 +0000 (20:31 +0200)]
zsh: make any() case insensitive

On OS-X processes tend to start with an Uppercase letter. And
sometimes they mix captialization even with multiple processes of
the same application.

12 years agozshrc: provide help_zle_parse_keybindings through ctrl-x-z, add/change some keybindin...
Bernhard Tittelbach [Fri, 22 Jul 2011 03:27:01 +0000 (05:27 +0200)]
zshrc: provide help_zle_parse_keybindings through ctrl-x-z, add/change some keybinding comments accordingly.

12 years agozsh: tmux hardcopy version check
Bernhard Tittelbach [Sat, 23 Jul 2011 16:31:57 +0000 (18:31 +0200)]
zsh: tmux hardcopy version check

12 years agozsh: complete from screen and tmux, workaround screen
Bernhard Tittelbach [Fri, 22 Jul 2011 20:03:36 +0000 (22:03 +0200)]
zsh: complete from screen and tmux, workaround screen

12 years agozshrc: provide smart cd function, allows switching to /etc when running 'cd /etc...
Michael Prokop [Sun, 24 Jul 2011 11:47:06 +0000 (13:47 +0200)]
zshrc: provide smart cd function, allows switching to /etc when running 'cd /etc/fstab'

12 years agoRevert "Make sure grmlzshrc is only loaded once"
Christian Hofstaedtler [Sun, 24 Jul 2011 13:15:50 +0000 (15:15 +0200)]
Revert "Make sure grmlzshrc is only loaded once"

This reverts commit 1dda332ef8a0fe126318794e6680e469e586835f.
This breaks interactively sourcing zshrc (wherever it is installed, or at all),
when it (or another version) was already loaded.

Another way of fixing the ".local is loaded twice" issue is under
discussion.

12 years agoDisable vcs_info if the function is not loaded
Frank Terbeck [Fri, 22 Jul 2011 11:42:07 +0000 (13:42 +0200)]
Disable vcs_info if the function is not loaded

12 years agoReleasing new version 0.4.00. v0.4.00
Michael Prokop [Thu, 21 Jul 2011 22:11:39 +0000 (00:11 +0200)]
Releasing new version 0.4.00.

12 years agozshrc: Put _grmlinitd completion directly into zshrc.
Frank Terbeck [Thu, 21 Jul 2011 19:55:20 +0000 (21:55 +0200)]
zshrc: Put _grmlinitd completion directly into zshrc.

We provide the Start/Stop/... functions in our zshrc. But people don't
necessarily install /usr/share/grml/zsh/completion/grml/_grmlinitd and
therefore the completion is not available then. So lets make sure we
provide the completion through the zshrc file itself.

Reported-by: Othmar Gsenger <otti@anytun.org>
12 years agozshrc: use history-beginning-search-{forward,backward}-end instead of the version...
Michael Prokop [Thu, 21 Jul 2011 10:25:33 +0000 (12:25 +0200)]
zshrc: use history-beginning-search-{forward,backward}-end instead of the version without "-end".

This further improves Bernhard's history-beginning-search with
PageUp/PageDown feature as it moves the cursor at the end
of the line then.

Thanks: Frank Terbeck <ft@grml.org>

12 years agozsh: Added function inplaceMkDirs().
Michael Prokop [Wed, 20 Jul 2011 15:09:06 +0000 (17:09 +0200)]
zsh: Added function inplaceMkDirs().

Thanks: Bernhard Tittelbach <bernhard@tittelbach.org>

12 years agozshrc: Add function cdt() to create a temporary directory and change current working...
Michael Prokop [Wed, 20 Jul 2011 14:23:34 +0000 (16:23 +0200)]
zshrc: Add function cdt() to create a temporary directory and change current working directory to it.

Thanks to Bernhard Tittelbach <bernhard@tittelbach.org>
for the suggestion, thanks to Julius Plenz <zshrc@plenz.com>
for his initial idea at http://www.plenz.com/tmp/setup/zshrc
and to Carsten Hey <carsten@debian.org> for the idea naming
it 'cdt' (instead of cdtemp).

12 years agogrmlzshrc.t2t: Add a note about disabling global config files
Frank Terbeck [Wed, 9 Mar 2011 10:41:28 +0000 (11:41 +0100)]
grmlzshrc.t2t: Add a note about disabling global config files

12 years agoRemove comment about vcs_info from the manual
Frank Terbeck [Wed, 9 Mar 2011 10:37:04 +0000 (11:37 +0100)]
Remove comment about vcs_info from the manual

12 years agoRemove included vcs_info
Frank Terbeck [Wed, 9 Mar 2011 10:36:15 +0000 (11:36 +0100)]
Remove included vcs_info

It is included upstream since 4.3.7, which was released two and a half years
ago. Also, the included version is not actively maintained. The upstream
code is.

12 years agoMake sure grmlzshrc is only loaded once
Frank Terbeck [Wed, 9 Mar 2011 10:15:38 +0000 (11:15 +0100)]
Make sure grmlzshrc is only loaded once

It may happen, that /etc/zsh/zshrc and ~/.zshrc are both the same file,
in which case everything is loaded twice. This should fix the issue.

12 years agozsh docs: extend simple-extract() documentation to match current implementation.
Michael Prokop [Thu, 21 Jul 2011 16:22:58 +0000 (18:22 +0200)]
zsh docs: extend simple-extract() documentation to match current implementation.

12 years agozshrc: make sure simple-extract() returns according return code when download of...
Michael Prokop [Thu, 21 Jul 2011 16:12:06 +0000 (18:12 +0200)]
zshrc: make sure simple-extract() returns according return code when download of an archive file fails and slightly adjust error messages.

12 years agozshrc: simple-extract on steroids (providing download feature).
Bernhard Tittelbach [Wed, 20 Jul 2011 15:30:42 +0000 (17:30 +0200)]
zshrc: simple-extract on steroids (providing download feature).

12 years agozshrc: provide screen hardcopy feature to complete word from words currently displaye...
Bernhard Tittelbach [Wed, 20 Jul 2011 16:44:54 +0000 (18:44 +0200)]
zshrc: provide screen hardcopy feature to complete word from words currently displayed in Screen.

12 years agozshrc: new function rundirs() to run shell functions in a bunch of directories.
Bernhard Tittelbach [Fri, 8 Jul 2011 11:16:37 +0000 (13:16 +0200)]
zshrc: new function rundirs() to run shell functions in a bunch of directories.

12 years agozshrc: improve purge() function.
Bernhard Tittelbach [Fri, 8 Jul 2011 10:34:42 +0000 (12:34 +0200)]
zshrc: improve purge() function.

While at it only delete FILES, not e.g. *~ directories.

12 years agozshrc: provide completion for refunc function
Bernhard Tittelbach [Wed, 20 Jul 2011 16:14:52 +0000 (18:14 +0200)]
zshrc: provide completion for refunc function

12 years agozsh docs: update copyright information and Grml project information.
Michael Prokop [Thu, 21 Jul 2011 14:15:04 +0000 (16:15 +0200)]
zsh docs: update copyright information and Grml project information.

12 years agozshrc: Ctrl/Alt-Cursor moves between words
Bernhard Tittelbach [Wed, 20 Jul 2011 17:12:27 +0000 (19:12 +0200)]
zshrc: Ctrl/Alt-Cursor moves between words

12 years agozshrc: use HOME/END as keybinding for beginning-or-end-of-somewhere.
Bernhard Tittelbach [Wed, 20 Jul 2011 17:06:10 +0000 (19:06 +0200)]
zshrc: use HOME/END as keybinding for beginning-or-end-of-somewhere.

12 years agozshrc: history-beginning-search with PageUp/PageDown.
Bernhard Tittelbach [Wed, 20 Jul 2011 16:52:41 +0000 (18:52 +0200)]
zshrc: history-beginning-search with PageUp/PageDown.

12 years agozshrc: keybinding Alt-Delete kills current/right word
Bernhard Tittelbach [Wed, 20 Jul 2011 17:13:45 +0000 (19:13 +0200)]
zshrc: keybinding Alt-Delete kills current/right word

12 years agozshrc: complete word from history with menu using ctrl-x ctrl-x
Bernhard Tittelbach [Wed, 20 Jul 2011 16:47:04 +0000 (18:47 +0200)]
zshrc: complete word from history with menu using ctrl-x ctrl-x

12 years agozshrc: also support "+" and <INSERT> as keybindings for accept-and-menu-complete.
Bernhard Tittelbach [Wed, 20 Jul 2011 17:17:33 +0000 (19:17 +0200)]
zshrc: also support "+" and <INSERT> as keybindings for accept-and-menu-complete.

12 years agozshrc: replace ogg2mp3_192 with improved 2mp3_192
Bernhard Tittelbach [Fri, 8 Jul 2011 10:40:42 +0000 (12:40 +0200)]
zshrc: replace ogg2mp3_192 with improved 2mp3_192

12 years agozshrc: fixing broken any() function (drop usage of expr)
Bernhard Tittelbach [Fri, 8 Jul 2011 10:00:39 +0000 (12:00 +0200)]
zshrc: fixing broken any() function (drop usage of expr)

bug: try "any -i", "any index", "any length", or anything else
that "expr" thinks is a command or option

12 years agozshrc: fix typo in edfunc usage text
Bernhard Tittelbach [Fri, 8 Jul 2011 10:24:33 +0000 (12:24 +0200)]
zshrc: fix typo in edfunc usage text

12 years agozshrc: fix typo in top10
Bernhard Tittelbach [Fri, 8 Jul 2011 10:57:50 +0000 (12:57 +0200)]
zshrc: fix typo in top10

12 years agolsdisk - Uses udev's /etc/disk/ to list block devices with their LABEL, UUID and IDs
Bernhard Tittelbach [Fri, 8 Jul 2011 11:32:28 +0000 (13:32 +0200)]
lsdisk - Uses udev's /etc/disk/ to list block devices with their LABEL, UUID and IDs

12 years agoadd HP server management tools to sources.list.grml
Christian Hofstaedtler [Fri, 24 Jun 2011 08:27:45 +0000 (10:27 +0200)]
add HP server management tools to sources.list.grml

12 years agodisable *all* repositories in sources.list.grml
Christian Hofstaedtler [Fri, 24 Jun 2011 08:26:03 +0000 (10:26 +0200)]
disable *all* repositories in sources.list.grml

12 years agoremove completely dead entries from sources.list.grml
Christian Hofstaedtler [Fri, 24 Jun 2011 08:02:24 +0000 (10:02 +0200)]
remove completely dead entries from sources.list.grml

12 years agoAdd README.md
Christian Hofstaedtler [Wed, 22 Jun 2011 21:21:59 +0000 (23:21 +0200)]
Add README.md

12 years agoDisable specific umask settings by default.
Michael Prokop [Sun, 19 Jun 2011 09:59:39 +0000 (11:59 +0200)]
Disable specific umask settings by default.

Recently this turned up into quite a lot of discussion.
/etc/login.defs provides the system wide configuration
which we shouldn't ignore and override. So move our
umask settings from /etc/zsh/zshrc to /etc/skel/.zshrc
and provide it as comments (so disabled by default).

12 years agozshrc: Fix umask logic
Frank Terbeck [Sun, 19 Jun 2011 08:33:44 +0000 (10:33 +0200)]
zshrc: Fix umask logic

12 years agoSync screenrc_* file endings
Christian Hofstaedtler [Wed, 1 Jun 2011 11:40:10 +0000 (13:40 +0200)]
Sync screenrc_* file endings

12 years agoDon't hardcore zsh as shell in screenrc
Christian Hofstaedtler [Wed, 1 Jun 2011 11:39:25 +0000 (13:39 +0200)]
Don't hardcore zsh as shell in screenrc

Not everybody uses zsh as their shell, so don't hardcode it in
an unrelated config file. This way screen will just fall back to
whatever the user uses.

12 years agoRelease new version 0.3.90. v0.3.90
Christian Hofstaedtler [Thu, 26 May 2011 19:24:51 +0000 (21:24 +0200)]
Release new version 0.3.90.

12 years agozshrc: vman: Handle zero arguments [Closes: issue993]
Frank Terbeck [Thu, 26 May 2011 19:16:00 +0000 (21:16 +0200)]
zshrc: vman: Handle zero arguments [Closes: issue993]

12 years agoUse the same options in lnew as in lsnew
Frank Terbeck [Thu, 26 May 2011 18:58:52 +0000 (20:58 +0200)]
Use the same options in lnew as in lsnew

Signed-off-by: Frank Terbeck <ft@grml.org>
12 years agoFix `lsold' globbing flags [Closes: issue991]
Frank Terbeck [Thu, 26 May 2011 18:51:32 +0000 (20:51 +0200)]
Fix `lsold' globbing flags [Closes: issue991]

Before it was just a `lsnew' derivative.

Reported-by: Bernhard Tittelbach <xro@realraum.at>
Signed-off-by: Frank Terbeck <ft@grml.org>
12 years agoRelease new version 0.3.89. v0.3.89
Christian Hofstaedtler [Wed, 11 May 2011 19:06:34 +0000 (21:06 +0200)]
Release new version 0.3.89.

12 years agoBump Standards-Version to 3.9.2 (no changes)
Christian Hofstaedtler [Wed, 11 May 2011 19:05:47 +0000 (21:05 +0200)]
Bump Standards-Version to 3.9.2 (no changes)

13 years agoPreserve cursor position with `sudo-command-line' [Closes: issue980]
Frank Terbeck [Tue, 19 Apr 2011 21:13:00 +0000 (23:13 +0200)]
Preserve cursor position with `sudo-command-line' [Closes: issue980]

Code suggested by Bernhard, minor adjustments by me.

Reported-by: Bernhard Tittelbach <xro@realraum.at>
Signed-off-by: Frank Terbeck <ft@grml.org>
13 years agoWaste less space in window titles [Closes: issue979]
Frank Terbeck [Tue, 19 Apr 2011 21:05:16 +0000 (23:05 +0200)]
Waste less space in window titles [Closes: issue979]

Code suggested by Bernhard, minor adjustments by me.

Reported-by: Bernhard Tittelbach <xro@realraum.at>
Signed-off-by: Frank Terbeck <ft@grml.org>
13 years agoRecommend grml-scripts-core
Ulrich Dangel [Mon, 18 Apr 2011 21:12:46 +0000 (23:12 +0200)]
Recommend grml-scripts-core

Sebastian Boehm provided a patch to split grml-scripts and
grml-scripts-core. The idea is that grml-scripts-core only contains the
necessary scrips for grml-etc-core and has less dependencies then
grml-scripts. This patch Recommends grml-scripts-core in grml-etc-core

13 years agoRevert "Depend on grml-scripts-core instead of grml-scripts."
Ulrich Dangel [Mon, 18 Apr 2011 21:11:35 +0000 (23:11 +0200)]
Revert "Depend on grml-scripts-core instead of grml-scripts."

This reverts commit 72b956de5d656488e7c5841e11242e6faf6483e2.

13 years agoDepend on grml-scripts-core instead of grml-scripts.
Ulrich Dangel [Mon, 18 Apr 2011 21:05:21 +0000 (23:05 +0200)]
Depend on grml-scripts-core instead of grml-scripts.

Sebastian Boehm provided a patch to split grml-scripts and
grml-scripts-core. The idea is that grml-scripts-core only contains the
necessary scrips for grml-etc-core and has less dependencies then
grml-scripts.

13 years agoAdd *.substvars to gitignore
Frank Terbeck [Wed, 9 Mar 2011 14:12:31 +0000 (15:12 +0100)]
Add *.substvars to gitignore

13 years agoFixing ssl-cert-{sha512,sha256,sha1,md5}()
Frank Terbeck [Thu, 20 Jan 2011 08:30:29 +0000 (09:30 +0100)]
Fixing ssl-cert-{sha512,sha256,sha1,md5}()

These functions are generated in a loop. However, the way they were
generated was broken. The loop variable is *not* replaced by a literal
string in the resulting functions. Therefore, as soon as the variable
is unset all functions become broken. Luckily, they broke loudly.
Otherwise this may not have been caught easily.

Reported-by: Michael Gebetsroither <gebi@grml.org>
Signed-off-by: Frank Terbeck <ft@grml.org>
13 years ago/etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson
Michael Prokop [Tue, 18 Jan 2011 16:49:12 +0000 (17:49 +0100)]
/etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson

Acked-By: Frank Terbeck <ft@grml.org>
13 years agozshrc: activate zsh lookup for all users
Frank Terbeck [Tue, 4 Jan 2011 14:22:04 +0000 (15:22 +0100)]
zshrc: activate zsh lookup for all users

Signed-off-by: Frank Terbeck <ft@grml.org>
13 years agozshrc: Removing d()
Frank Terbeck [Tue, 4 Jan 2011 13:01:03 +0000 (14:01 +0100)]
zshrc: Removing d()

As requested by mrud.

Acked-by: Michael Prokop <mika@grml.org>
Signed-off-by: Frank Terbeck <ft@grml.org>
13 years agoRelease new version 0.3.88. v0.3.88
Michael Prokop [Sun, 26 Dec 2010 23:10:15 +0000 (00:10 +0100)]
Release new version 0.3.88.

13 years agoRemove persistent undo for vim
Ulrich Dangel [Wed, 22 Dec 2010 10:22:18 +0000 (11:22 +0100)]
Remove persistent undo for vim

After some discussion with ft and mika we decided that persistent undo
should not be part of our default configuration as it changes existing
workflows.

13 years agoRelease new version 0.3.87. v0.3.87
Michael Prokop [Fri, 17 Dec 2010 11:36:58 +0000 (12:36 +0100)]
Release new version 0.3.87.

13 years agoAdding a kill to slash binding to alt-backspace
Frank Terbeck [Wed, 8 Dec 2010 11:59:54 +0000 (12:59 +0100)]
Adding a kill to slash binding to alt-backspace

As requested by mika, mrud and kafux.

I'm binding the widget to "M-C-h" and "M-C-?" because those are common
codes send by the backspace key in various terminals (and sometimes
terminfo lies about it).

13 years agoRelease new version 0.3.86. v0.3.86
Michael Prokop [Tue, 7 Dec 2010 17:44:01 +0000 (18:44 +0100)]
Release new version 0.3.86.

13 years agoFix `VCS_INFO_realpath()' for zsh 4.3.10 and below
Frank Terbeck [Fri, 3 Dec 2010 10:26:36 +0000 (11:26 +0100)]
Fix `VCS_INFO_realpath()' for zsh 4.3.10 and below

If the chpwd hook is activated by using the `chpwd_functions[]' array,
could break `VCS_INFO_realpath()', which could lead to endless loops in
`vcs_info' if the one of the hook functions produced output.

This fixes it.

I'm refraining from patching the grmlzshrc-included
`VCS_INFO_realpath()' function, because the use of "cd -q" requires a
pretty recent version of the shell.

13 years agoRelease new version 0.3.85. v0.3.85
Michael Prokop [Tue, 23 Nov 2010 22:30:57 +0000 (23:30 +0100)]
Release new version 0.3.85.

13 years agozshrc: Do not set `localoptions' in `xsource()'
Frank Terbeck [Tue, 23 Nov 2010 22:16:16 +0000 (23:16 +0100)]
zshrc: Do not set `localoptions' in `xsource()'

"emulate -L zsh" sets zsh's option set to the default values of zsh's
native mode. The `-L' causes the options to be set local to the
surrounding function. That makes sense in most cases.

With `xsource()' however, we explicitly want to *allow* changing options
from the files sourced by that function. That's one of the main purposes
of the function.

I took the `emulate' call out entirely because it doesn't make sense
without `-L' in untility functions. I also hardened the function's code
a little when it's run with non-zsh-mode options (like sh_word_split).

Reported-by: Dominic Hopf
13 years agoUpdated debian/changelog
Frank Terbeck [Sun, 21 Nov 2010 12:24:16 +0000 (13:24 +0100)]
Updated debian/changelog

13 years agoRemove startx and xinit functions
Ulrich Dangel [Sun, 21 Nov 2010 11:57:07 +0000 (12:57 +0100)]
Remove startx and xinit functions

Current X11 versions as well as the current grml-x version do
not longer need a configuration file. Therefore the xinit/startx
functions are not longer needed.

The decision to switch to a config less xorg environment was made at the
grml developer meeting http://grml.org/reports/devmeeting_2010/ and a the
new grml-x packet is already uploaded to grml-testing.

13 years agoRelease new version 0.3.84. v0.3.84
Michael Prokop [Mon, 8 Nov 2010 16:31:25 +0000 (17:31 +0100)]
Release new version 0.3.84.

13 years agoChange the location of the persistent undo file to $HOME/.cache/vim [Closes: issue927]
Ulrich Dangel [Mon, 8 Nov 2010 16:21:44 +0000 (17:21 +0100)]
Change the location of the persistent undo file to $HOME/.cache/vim [Closes: issue927]

13 years agozshrc: Fix functions path in /usr/share
Frank Terbeck [Mon, 8 Nov 2010 15:55:32 +0000 (16:55 +0100)]
zshrc: Fix functions path in /usr/share

13 years agoUpdate changelog regarding /etc/skel/.gitconfig and Standards-Version update.
Michael Prokop [Mon, 8 Nov 2010 10:54:52 +0000 (11:54 +0100)]
Update changelog regarding /etc/skel/.gitconfig and Standards-Version update.

13 years agoBump Standards-Version to 3.9.1.
Michael Prokop [Mon, 8 Nov 2010 10:30:09 +0000 (11:30 +0100)]
Bump Standards-Version to 3.9.1.

13 years agoSync zsh-lookup with upstream
Frank Terbeck [Fri, 5 Nov 2010 08:34:16 +0000 (09:34 +0100)]
Sync zsh-lookup with upstream

...adding grml_bts backend.

13 years agoUpdated debian/changelog
Frank Terbeck [Fri, 5 Nov 2010 08:33:38 +0000 (09:33 +0100)]
Updated debian/changelog

13 years agodebian/copyright update, due to zsh-lookup inclusion
Frank Terbeck [Fri, 5 Nov 2010 08:33:00 +0000 (09:33 +0100)]
debian/copyright update, due to zsh-lookup inclusion

13 years agoAdd zsh-lookup sub-system
Frank Terbeck [Thu, 4 Nov 2010 12:48:18 +0000 (13:48 +0100)]
Add zsh-lookup sub-system

In the grml-etc-core package. Not in the grmlzshrc file. Not going to happen. :)

13 years ago/etc/skel/.gitconfig: drop core.pager option (less -Mr) causing terminal problems.
Michael Prokop [Thu, 4 Nov 2010 13:01:16 +0000 (14:01 +0100)]
/etc/skel/.gitconfig: drop core.pager option (less -Mr) causing terminal problems.