Live data from Hacker News

Viewing profile — sidneythekidney

sidneythekidney

HN member
Joined
Sun, Dec 31, 2023, 9:54 AM UTC
HN karma
8
Public activity
9 items

About sidneythekidney

No profile information was provided.

Recent public activity

  1. comment
    Comment #48353202

    Release-notes at https://zsh.sourceforge.io/releases.html >

  2. comment
  3. story
  4. comment
  5. 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 …

  6. 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…

  7. comment
    Comment #39638684

    If you only need to clear the screen, you may want to check out clear(1).

  8. 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 :)

  9. 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…