dotfiles/.config/nushell/history.txt

12 lines
175 B
Text

rm *
exit
clear
ls
exit
clear
df /run
df /run | detect columns
df /run | detect columns | get "Use%"
(df /run | detect columns | get "Use%").0
echo "gaming jacket" | kak
exit