diff options
author | Alexis Hovorka <[email protected]> | 2021-02-18 17:59:20 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-02-18 17:59:20 -0700 |
commit | e6dcb2be30b1acd5382458f28818f028f416dd27 (patch) | |
tree | 495ac4da9ee65b018c855395e9ceae1c2fbf0036 /base/zsh/functions.zsh | |
parent | 386020adb0eaf8098bcef74a36a26f152edd702b (diff) |
[revert] Remove broken and outdated trc function
Diffstat (limited to 'base/zsh/functions.zsh')
-rw-r--r-- | base/zsh/functions.zsh | 8 |
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 } |