From e6dcb2be30b1acd5382458f28818f028f416dd27 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Thu, 18 Feb 2021 17:59:20 -0700 Subject: [revert] Remove broken and outdated trc function --- base/zsh/functions.zsh | 8 -------- 1 file changed, 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 '; 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 } -- cgit v1.2.3-54-g00ecf