#zshell — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #zshell, aggregated by home.social.
-
Looks complex. (-:
C shell:
% printf '%s\n' $path
Z shell:
% printf '%q\n' "$path[@]"
-
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
-
@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
-
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: https://github.com/romkatv/powerlevel10k/issues/2690#issuecomment-2132146751