From 2cbc16cf7d31a5b16d142b9f6015cad9538a82a2 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 30 Nov 2011 22:03:10 +0100 Subject: [PATCH] zshrc: Remove truecrypt alias Signed-off-by: Frank Terbeck --- doc/grmlzshrc.t2t | 5 ----- etc/zsh/zshrc | 9 --------- 2 files changed, 14 deletions(-) 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] -- 2.1.4