diff --git a/.config/nushell/history.txt b/.config/nushell/history.txt index d5e95296..aadfa5c7 100644 --- a/.config/nushell/history.txt +++ b/.config/nushell/history.txt @@ -3,3 +3,10 @@ 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