Mercurial > index.cgi > dotfiles
changeset 296:ac2565aaab48
Why does macos not ship with telnet anymore...
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Fri, 28 Feb 2025 23:54:27 -0500 |
parents | f116dccf883e |
children | 2380af78be40 |
files | .bash_aliases |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.bash_aliases Sun Feb 23 19:02:16 2025 -0500 +++ b/.bash_aliases Fri Feb 28 23:54:27 2025 -0500 @@ -312,6 +312,10 @@ } alias slurp="wget -r -l1 -np -nd -A.mp3" alias zulu="date -u +%Y%m%d%H%M%SZ" +if [ -e /opt/local/bin/gtelnet ]; then + alias telnet="/opt/local/bin/gtelnet" +fi + TOhtml() { # Since I moved to hosting the hg repo, this is less useful to share things. # But still a nice bit of code and worth keeping I think. Needs a rework to