2022-12-06 13:11:23 +01:00
|
|
|
echo hi
|
|
|
|
ls .cache/starship/
|
|
|
|
ls
|
|
|
|
version
|
|
|
|
echo hi
|
|
|
|
hi
|
|
|
|
ls
|
|
|
|
ls | less
|
|
|
|
git status
|
|
|
|
git status | table
|
|
|
|
git status
|
|
|
|
ls
|
|
|
|
help table
|
|
|
|
paru -Ss ion
|
|
|
|
paru -Ss oil
|
|
|
|
paru -Ss oil | listing
|
|
|
|
paru -Ss oil | tabe
|
|
|
|
paru -Ss oil | table
|
|
|
|
more
|
|
|
|
paru -Ss oil | more
|
|
|
|
paru -Ss oil | less
|
|
|
|
paru -Ss oil | delta
|
|
|
|
paru -Ss ion | less
|
|
|
|
paru -S oil
|
|
|
|
let-env PROMPT_INDICATOR_VI_INSERT = ">>"
|
|
|
|
let-env STARSHIP_SHELL = "nu"
|
|
|
|
let-env PROMPT_COMMAND = { create_left_prompt<\n>}
|
|
|
|
echo hi
|
|
|
|
exi
|
|
|
|
dfjklg
|
|
|
|
echo hi
|
|
|
|
nu
|
|
|
|
pwd
|
|
|
|
put pwd
|
|
|
|
pwd
|
|
|
|
echo (pwd)
|
|
|
|
pwd
|
|
|
|
cd Projects/
|
|
|
|
pwd
|
|
|
|
cd ..
|
|
|
|
pwd
|
|
|
|
echo
|
|
|
|
echo hi
|
|
|
|
dfjfkl;dajfkl;dajfkl;sadjfkl;sajdflk;sjdakl;jkljkljk;
|
|
|
|
echo hi
|
|
|
|
cd Projects/
|
|
|
|
echo hi
|
|
|
|
pwd
|
|
|
|
z ../
|
|
|
|
cd ..
|
|
|
|
pwd
|
|
|
|
ech hi
|
|
|
|
pwd
|
|
|
|
echo hi
|
|
|
|
pwd
|
|
|
|
x
|
|
|
|
pwd
|
|
|
|
x
|
|
|
|
help nu
|
|
|
|
help ls
|
|
|
|
ls
|
|
|
|
starship prompt --help
|
|
|
|
$nu.env
|
|
|
|
cat .config/nushell/env.nu
|
|
|
|
head .config/nushell/env.nu
|
|
|
|
$env.PROMPT_INDICATOR
|
|
|
|
exi
|
|
|
|
chsh -s /usr/bin/fish dustvoice
|
2022-12-07 08:35:45 +01:00
|
|
|
ls
|
|
|
|
oh-my-posh init fish --config "/usr/share/oh-my-posh/themes/dracula.omp.json" | source
|
|
|
|
oh-my-posh init nu =-config "/usr/share/oh-my-posh/themes/dracula.omp.json"
|
|
|
|
oh-my-posh init nu --config "/usr/share/oh-my-posh/themes/dracula.omp.json"
|
|
|
|
source .oh-my-posh.nu
|
|
|
|
echo hi
|
|
|
|
et .config/nushell/env.nu
|
|
|
|
oh-my-posh init nu --config "/usr/share/oh-my-posh/themes/dracula.omp.json"
|
|
|
|
source .oh-my-posh.nu
|
|
|
|
echo hi
|
|
|
|
echo hi | put
|
|
|
|
echo hi | tabe
|
|
|
|
echo hi | table
|
|
|
|
ls
|
|
|
|
ls | sort-by size
|
|
|
|
ls | sort-by size | revese
|
|
|
|
ls | sort-by size | reverse
|
|
|
|
ls | sort-by size | reverse | where type == dir
|
|
|
|
ls | where type == file
|
|
|
|
cat
|
|
|
|
cat README.md
|
|
|
|
ls -l
|
|
|
|
ls -la
|
|
|
|
ea
|
|
|
|
exa -la
|
|
|
|
exa -la | table
|
|
|
|
ls -la
|