This commit is contained in:
2025-09-27 18:18:37 -04:00
parent 055c330f29
commit 244775f689
2276 changed files with 422897 additions and 30 deletions

39
nushell/history.txt Normal file
View File

@@ -0,0 +1,39 @@
lw
ls
ps aux
ps
ps -aux
ps -u
ls | sort-by size
ls
cd ../../
ls
cd ../PhenixRTS/
ls
nvim .
cd ..
cd PhenixRTS/
ls
mkdir playground
cd playground/
bun init
ll
ls
ls -a
cd ../../
fzf
cp tbot/.npmrc PhenixRTS/playground/
cd -
npm i @techniker-me/pcast-api
nvim .
ls
bun run src/channels.ts
ls
cat init.lua
cd luar
cd luaa
cd lua
ls
cat init.lua
# optional but recommended<\n>mv ~/.local/share/nvim{,.bak}<\n>mv ~/.local/state/nvim{,.bak}<\n>mv ~/.cache/nvim{,.bak}
exit