forked from DustVoice/dotfiles
Remove nushell history.txt from tracked file
This commit is contained in:
parent
7ebe9262e3
commit
21434a3bb7
1 changed files with 0 additions and 161 deletions
|
@ -1,161 +0,0 @@
|
||||||
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
|
|
||||||
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
|
|
||||||
gitui
|
|
||||||
help let-env
|
|
||||||
help commands
|
|
||||||
help let-env
|
|
||||||
print $env.XDG_CONFIG_HOME
|
|
||||||
print $env.XDG_CONFIG_HOME/test
|
|
||||||
print $env.XDG_CONFIG_HOME .test
|
|
||||||
print [$env.XDG_CONFIG_HOME .test]
|
|
||||||
print $"hello"
|
|
||||||
print $"($env.XDG_CONFIG_HOME)/starship.nu.toml"
|
|
||||||
echo hi
|
|
||||||
echo $env.STARSHIP_CONFIG
|
|
||||||
bat /home/dustvoice/.config/starship.nu.toml
|
|
||||||
echo hi
|
|
||||||
echo hello
|
|
||||||
echo i
|
|
||||||
echo hi
|
|
||||||
$nu.loginshell-path
|
|
||||||
modeprint
|
|
||||||
module
|
|
||||||
list modules
|
|
||||||
keybindings list --event
|
|
||||||
keybindings list --events
|
|
||||||
version
|
|
||||||
starship prompt -k "insert"
|
|
||||||
starship prompt -k "normal"
|
|
||||||
starship prompt -k "default"
|
|
||||||
starship prompt -k "visual"
|
|
||||||
starship prompt -h
|
|
||||||
cd ..
|
|
||||||
git clone https://github.com/starship/starship
|
|
||||||
s h
|
|
||||||
starship prompt -k "normal"
|
|
||||||
starship init nu
|
|
||||||
echo $env.PROMPT_COMMAND
|
|
||||||
print $env.PROMPT_COMMAND
|
|
||||||
print $env.PROMPT_INDICATOR_VI_NORMAL
|
|
||||||
starship prompt -k "normal"
|
|
||||||
echo $env.STARSHIP_KEYMAP
|
|
||||||
while true { echo hi }
|
|
||||||
while true { echo hi; sleep 1 }
|
|
||||||
while true { echo hi; sleep 10.0 }
|
|
||||||
while true { echo hi; sleep duration }
|
|
||||||
while true { echo hi; sleep 1sec }
|
|
||||||
while true { print $env.STARSHIP_KEYMAP; sleep 1sec }
|
|
||||||
i
|
|
||||||
print create_left_prompt
|
|
||||||
(create_left_prompt<\n>)
|
|
||||||
(create_left_prompt)
|
|
||||||
create_left_prompt | debug
|
|
||||||
explore
|
|
||||||
$nu | explore
|
|
||||||
echo $env.STARSHIP_KEYMAP
|
|
||||||
print $env.PROMPT_COMMAND
|
|
||||||
print $env.PROMPT_COMMAND | debug
|
|
||||||
debug $env.PROMPT_COMMAND
|
|
||||||
$env.PROMPT_COMMAND | debug
|
|
||||||
$env.PROMPT_COMMAND | debug --raw
|
|
||||||
which starship
|
|
||||||
$env.PROMPT_COMMAND
|
|
||||||
$env.PROMPT_COMMAND | [1]
|
|
||||||
^::STARSHIP::
|
|
||||||
i
|
|
||||||
ion
|
|
||||||
echo "hi<\n>dfjklg<\n>"
|
|
||||||
starship prompt --continuation
|
|
Loading…
Reference in a new issue