summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-07 01:02:43 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-07 01:03:32 +0100
commitb677b025828e45690613a46fda5434077bc0a297 (patch)
treebe1e4a16f4a1eae113e38a9e6861993fe414b55c
parent68346638929350c108e901a8e520953c6e85cdee (diff)
downloaddotfiles-b677b025828e45690613a46fda5434077bc0a297.tar.xz
zshrc: remove obsolete aliases
-rw-r--r--zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index 4d92f61..f4796e9 100644
--- a/zshrc
+++ b/zshrc
@@ -91,8 +91,6 @@ alias bat='acpitool -b'
alias calc='bc -l <<<'
alias iodrag='ionice -c3 nice -n19'
alias spell='aspell -a <<< '
-alias d2u='sed "s/.$//"'
-alias u2d='sed "s/$/`echo r`/"'
alias ec='emacsclient -a emacs -n '
alias ect='emacsclient -a emacs -t '
alias gpgd='gpg --decrypt'