updates
This commit is contained in:
39
nushell/history.txt
Normal file
39
nushell/history.txt
Normal 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
|
||||
Reference in New Issue
Block a user