home.social

#zshell — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #zshell, aggregated by home.social.

  1. @josevnz

    Looks complex. (-:

    C shell:

    % printf '%s\n' $path

    Z shell:

    % printf '%q\n' "$path[@]"

    #UnixShells #CShell #ZShell #zsh #csh

  2. I found my #ti85 from the early 90s, on which I had installed #zshell in 1994 so I could play tetris in class. I gave it to my teenager, who scratched out my first name to write theirs, and is now trying to beat my 30yo high score. #PermaComputing

  3. @kenshirriff @b0rk Always default to enclosing file names and other argument strings to your #shell in 'single quotes' unless you want it mucked about with substituting $ENVIRONMENT_VARIABLES or `command substitution` (which uses an entirely other kind of quote!)

    "Double quotes" will honor the spaces but also tell your shell to look for variable and command expansion.

    #Linux #Unix #bash #zsh #Zshell #ksh #csh #tcsh #fish #FishShell

  4. Another #OpenSource project pulls back from active #development:

    #Powerlevel10k (a theme engine for the #zsh command-line #shell) author Roman Perepelitsa has placed the project on "life support” due to the high cost and mental strain of addressing personalized assistance requests: github.com/romkatv/powerlevel1

    #Z_Shell #Zshell