From: Frank Terbeck Date: Wed, 30 Nov 2011 21:03:10 +0000 (+0100) Subject: zshrc: Remove truecrypt alias X-Git-Tag: v0.5.0~12 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=2cbc16cf7d31a5b16d142b9f6015cad9538a82a2 zshrc: Remove truecrypt alias Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 96274f1..4f9342a 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -903,11 +903,6 @@ http://www.cl.cam.ac.uk/~mgk25/unicode.html#term). : **tlog** (//tail -f /var/log/syslog//) Prints syslog continuously (See tail(1)). -: **truec** (//truecrypt [ mount options ]//) -Mount a truecrypt volume with some reasonable mount options -("rw,sync,dirsync,users,uid=1000,gid=users,umask=077" and "utf8", if -available). - : **up** (//aptitude update ; aptitude safe-upgrade//) Performs a system update followed by a system upgrade using aptitude; run by sudo, if necessary. See au and ag above. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1c840f0..b0aa090 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1470,15 +1470,6 @@ if ! check_com asc &>/dev/null ; then compdef asc=ssh fi -# truecrypt; use e.g. via 'truec /dev/ice /mnt/ice' or 'truec -i' -if check_com -c truecrypt ; then - if isutfenv ; then - alias truec='truecrypt --mount-options "rw,sync,dirsync,users,uid=1000,gid=users,umask=077,utf8" ' - else - alias truec='truecrypt --mount-options "rw,sync,dirsync,users,uid=1000,gid=users,umask=077" ' - fi -fi - #f1# Hints for the use of zsh on grml zsh-help() { print "$bg[white]$fg[black]