updates
This commit is contained in:
18
nushell/config.nu
Normal file
18
nushell/config.nu
Normal file
@@ -0,0 +1,18 @@
|
||||
# config.nu
|
||||
#
|
||||
# Installed by:
|
||||
# version = "0.107.0"
|
||||
#
|
||||
# This file is used to override default Nushell settings, define
|
||||
# (or import) custom commands, or run any other startup tasks.
|
||||
# See https://www.nushell.sh/book/configuration.html
|
||||
#
|
||||
# Nushell sets "sensible defaults" for most configuration settings,
|
||||
# so your `config.nu` only needs to override these defaults if desired.
|
||||
#
|
||||
# You can open this file in your default editor using:
|
||||
# config nu
|
||||
#
|
||||
# You can also pretty-print and page through the documentation for configuration
|
||||
# options using:
|
||||
# config nu --doc | nu-highlight | less -R
|
||||
18
nushell/env.nu
Normal file
18
nushell/env.nu
Normal file
@@ -0,0 +1,18 @@
|
||||
# env.nu
|
||||
#
|
||||
# Installed by:
|
||||
# version = "0.107.0"
|
||||
#
|
||||
# Previously, environment variables were typically configured in `env.nu`.
|
||||
# In general, most configuration can and should be performed in `config.nu`
|
||||
# or one of the autoload directories.
|
||||
#
|
||||
# This file is generated for backwards compatibility for now.
|
||||
# It is loaded before config.nu and login.nu
|
||||
#
|
||||
# See https://www.nushell.sh/book/configuration.html
|
||||
#
|
||||
# Also see `help config env` for more options.
|
||||
#
|
||||
# You can remove these comments if you want or leave
|
||||
# them for future reference.
|
||||
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