Viewing profile — sidneythekidney
sidneythekidney
HN member- Joined
- Sun, Dec 31, 2023, 9:54 AM UTC
- HN karma
- 8
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About sidneythekidney
No profile information was provided.
Recent public activity
-
comment
Comment #48353202
Release-notes at https://zsh.sourceforge.io/releases.html >
- comment
- story
- comment
-
comment
Comment #40880693
My curl complains when -J/--remote-header-name and -C/--continue-at is combined. $ curl -JLOC- "https://news.ycombinator.com/news.css?nZdOgS3Y18zj0ynCo50h" curl: --continue-at and …
-
comment
Comment #39638777
Hah :) You could try echo -ne '\ec' or echo -ne '\033c'. Or this from bash/readline: clear-display (M-C-l) Clear the screen and, if possible, the terminal's scrollback buffer, then…
-
comment
Comment #39638684
If you only need to clear the screen, you may want to check out clear(1).
-
comment
Comment #39536833
Oops, I just remembered this, and I got the order of the last two files wrong. ${ZDOTDIR:-$HOME}/.zlogout is loaded before /etc/zlogout when logging out of a login session :)
-
comment
Comment #39508793
I set $PATH in ~/.zshenv. If you don't, you can't use any of your "extra stuff" in your zsh-scripts, as they do not use login or interactive sessions. And then I unset GLOBAL_RCS s…