From 672f7cffd65400bb1520fc9ee1d2e0a66d99c48d Mon Sep 17 00:00:00 2001 From: Joerg Woelke Date: Thu, 27 Aug 2009 19:55:14 +0200 Subject: [PATCH] zshrc: alias lsl should list all symlinks. Currently it only shows the ten first, which is rather arbitrary. --- debian/changelog | 4 ++-- etc/zsh/zshrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 57eefca..8eae541 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,13 +11,13 @@ grml-etc-core (0.3.74) unstable; urgency=low * /etc/grml/script-functions: replace 'type -p' with 'which'. [ Joerg Woelke ] - * zshrc: Fix the lsx alias. + * zshrc: Fix lsx and lsl aliases. * zshrc: Removing shtgz(). shtar() does the same, just portably. * zshrc: Remove broken ytdl() function. * zshrc: Typo fixes * zshrc: Remove aliases ips and check_dpkg_running. - -- Frank Terbeck Thu, 27 Aug 2009 10:03:17 +0200 + -- Frank Terbeck Thu, 27 Aug 2009 20:01:01 +0200 grml-etc-core (0.3.73) unstable; urgency=low diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index dd077c8..1e58a3e 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3071,7 +3071,7 @@ alias lsa='ls -a .*(.)' # only show dot-files #a2# Only files with setgid/setuid/sticky flag alias lss='ls -l *(s,S,t)' # only files with setgid/setuid/sticky flag #a2# Only show 1st ten symlinks -alias lsl='ls -l *(@[1,10])' # only symlinks +alias lsl='ls -l *(@)' # only symlinks #a2# Display only executables alias lsx='ls -l *(*)' # only executables #a2# Display world-{readable,writable,executable} files -- 2.1.4