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
Hashtag
#zshell
Advertisement · 728 × 90
1
0
1
0
#zshell users, add this to your ~/.zshrc file:
function touchd() {
for x in $@; do
dir_to_create=$(dirname $x)
mkdir -p $dir_to_create
touch $x
done
}
touchd is like touch, only it ensures the entire path (dirs & subdirs) is added if it didn't exist already.
0
0
0
0
Another #OpenSource burnout: #Powerlevel10k (a theme engine for the #zsh command-line #shell) developer 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/2…
0
0
0
0