aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-02-18 17:59:20 -0700
committerAlexis Hovorka <[email protected]>2021-02-18 17:59:20 -0700
commite6dcb2be30b1acd5382458f28818f028f416dd27 (patch)
tree495ac4da9ee65b018c855395e9ceae1c2fbf0036
parent386020adb0eaf8098bcef74a36a26f152edd702b (diff)
[revert] Remove broken and outdated trc function
-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
}