zshrc: alias lsl should list all symlinks.
authorJoerg Woelke <joewoe@fsmail.de>
Thu, 27 Aug 2009 17:55:14 +0000 (19:55 +0200)
committerFrank Terbeck <ft@bewatermyfriend.org>
Thu, 27 Aug 2009 18:01:32 +0000 (20:01 +0200)
Currently it only shows the ten first, which is rather arbitrary.

debian/changelog
etc/zsh/zshrc

index 57eefca..8eae541 100644 (file)
@@ -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 <ft@grml.org>  Thu, 27 Aug 2009 10:03:17 +0200
+ -- Frank Terbeck <ft@grml.org>  Thu, 27 Aug 2009 20:01:01 +0200
 
 grml-etc-core (0.3.73) unstable; urgency=low
 
index dd077c8..1e58a3e 100644 (file)
@@ -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