aboutsummaryrefslogtreecommitdiff
path: root/base/zsh/functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'base/zsh/functions.zsh')
-rw-r--r--base/zsh/functions.zsh8
1 files changed, 0 insertions, 8 deletions
diff --git a/base/zsh/functions.zsh b/base/zsh/functions.zsh
index 4419c6e..b5c242e 100644
--- a/base/zsh/functions.zsh
+++ b/base/zsh/functions.zsh
@@ -30,14 +30,6 @@ hex() {
else print 'Usage: hex <number-to-convert>'; fi
}
-trc() {
- if [[ `uname -n` = "aristotle" ]]; then
- transmission-remote-cli
- else
- ssh dhd.ahov.co ssh aristotle transmission-remote-cli
- fi
-}
-
httpless() {
http --pretty=all --print=hb "$@" | less -R
}