BTS

Issue642

Title zshrc: Delete unnecessary or questionable power abbreviations respectively.
Priority feature Status resolved
Superseder Nosy List ft, mika, z3ttacht
Assigned To ft Topics grml-etc-core, zsh

Created on 2009-02-26.19:47:50 by z3ttacht, last changed 2009-03-31.22:01:40 by mika.

Files
File name Uploaded Type Edit Remove
0001-zshrc-Delete-unnecessary-or-questionable-power-abbr.patch z3ttacht, 2009-02-26.19:47:46 text/x-diff
Messages
msg2111 (view) Author: mika Date: 2009-03-31.22:01:40
We believe that your issue has been closed by the upload of
Version 0.3.65 of grml-etc-core from Michael Prokop <mika@grml.org>.
The explanation is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 31 Mar 2009 23:52:18 +0200
Source: grml-etc-core
Binary: grml-etc-core
Architecture: source all
Version: 0.3.65
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-etc-core - core ecetera files for the grml system
Changes: 
 grml-etc-core (0.3.65) unstable; urgency=low
 .
   [ Frank Terbeck ]
   * zshrc: Add $NOTITLE to disable alteration of terminal titles.
     Based on an idea by Timo Boettcher.
   * zshrc: Cleaned up abbreviations by Alexander Steinböck.
     [Closes: issue642]
   * zshrc: source ~/.zshrc.local for root, too.
   * zshrc: Added a space to a grep related abbreviation for seamless
     typing; by Alexander Steinböck [Closes: issue616]
   * zshrc: Fix pattern to extract battery status from newer acpi
     versions. [Closes: issue657]
   * zshrc: Always read /etc/default/locale. Users are expected to
     adjust locale settings via '.zshrc.local'.
 .
   [ Michael Prokop ]
   * vimrc: add check for $NOPRECMD [Closes: issue447]
   * vimrc: enable features only if available [Closes: issue641]
   * zshrc: use 'setopt noglobdots' as [Open]SuSE uses in its
     /etc/zshrc 'setopt globdots' by default.
Checksums-Sha1: 
 62ef5f0963dbbc06fcce7734720ebd1d5f40a48b 873 grml-etc-core_0.3.65.dsc
 c131241e8dc510af121369aba69de1edd51beccf 108395 grml-etc-core_0.3.65.tar.gz
 8e6a8457af03923796f4139b08fd5aedb37b6246 110998 grml-etc-core_0.3.65_all.deb
Checksums-Sha256: 
 0df43059ce49c14ae32fb7094fc1dcd349e77268b70a020e969753756bfd29f2 873 grml-etc-core_0.3.65.dsc
 a712a6574c35e91cece4915141edfbc97fb1a9c83802ce3baa6db456dc0061b1 108395 grml-etc-core_0.3.65.tar.gz
 f0db9e49de5244a21d0a8667a160a17708367383d0b9c1d2a5a18ccb09c9441b 110998 grml-etc-core_0.3.65_all.deb
Files: 
 c8d22f616392fcd8d1654c84a55f98a1 873 grml optional grml-etc-core_0.3.65.dsc
 55c659366f4d2492e94a72891cde251a 108395 grml optional grml-etc-core_0.3.65.tar.gz
 17e5265a0096073b52ddb159ab149046 110998 grml optional grml-etc-core_0.3.65_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJ0pDt2N9T+zficugRAqU7AJ93Xfy+J87cBzt2IY4k1dqXfgBk1QCfQQlF
s/ufAFaB4gpKUmMmoWFkgH8=
=erlD
-----END PGP SIGNATURE-----
msg1985 (view) Author: ft Date: 2009-02-27.21:09:00
Alexander Steinböck <bts@bts.grml.org>:
> 
> Alexander Steinböck <z3ttacht@grml.org> added the comment:
> 
> > [...] have replaced global aliases are being kept.
> > Instead of::
> > > supersede the more common but also more dangerous global aliases
> > > are being kept.
> > Will be applied like this unless you disagree.
> Ok by me. Let's push. (o;

[x] done
msg1982 (view) Author: z3ttacht Date: 2009-02-27.17:23:31
> [...] have replaced global aliases are being kept.
> Instead of::
> > supersede the more common but also more dangerous global aliases
> > are being kept.
> Will be applied like this unless you disagree.
Ok by me. Let's push. (o;
msg1981 (view) Author: ft Date: 2009-02-27.13:12:21
Alexander Steinböck <bts@bts.grml.org>:
[...]

The patch seems good, but I'd like to adjust the wording:

> A lot of already defined aliases were incorporated as power abbreviations too.
> These were rather outdated or didn't make much sense. As a consequence just
> the power abbreviations which
                         have replaced global aliases are being kept.

Instead of::
>                               supersede the more common but also more
> dangerous global aliases are being kept.

Will be applied like this unless you disagree.

Regards, Frank
msg1973 (view) Author: z3ttacht Date: 2009-02-26.19:47:47
A lot of already defined aliases were incorporated as power
abbreviations as well. These were rather outdated or didn't make much
sense. As a consequence just the power abbreviations which supersede
the more common but also more dangerous global aliases are being kept.

Hence the ones which 'survived' are:
,----
|     '...'  '../..'
|     '....' '../../..'
|     'BG'   '& exit'
|     'C'    '| wc -l'
|     'G'    '|& grep --color=auto'
|     'H'    '| head'
|     'Hl'   ' --help |& less -r'
|     'L'    '| less'
|     'LL'   '|& less -r'
|     'M'    '| most'
|     'N'    '&>/dev/null'
|     'R'    '| tr A-z N-za-m'
|     'SL'   '| sort | less'
|     'S'    '| sort -u'
|     'T'    '| tail'
|     'V'    '|& vim -'
|     'co'   "./configure && make && sudo make install"
`----
History
Date User Action Args
2009-03-31 22:01:40mikasetstatus: fixed-in-git -> resolved
nosy: mika, ft, z3ttacht
messages: + msg2111
2009-03-23 09:05:52ftsetstatus: chatting -> fixed-in-git
nosy: mika, ft, z3ttacht
2009-02-27 21:09:02ftsetnosy: mika, ft, z3ttacht
messages: + msg1985
2009-02-27 17:23:32z3ttachtsetnosy: mika, ft, z3ttacht
messages: + msg1982
2009-02-27 13:12:22ftsetstatus: unread -> chatting
nosy: mika, ft, z3ttacht
messages: + msg1981
2009-02-27 12:07:19z3ttachtsetnosy: mika, ft, z3ttacht
assignedto: ft
2009-02-26 19:47:50z3ttachtcreate