nushell: add shorten alias
All checks were successful
flake check / check (push) Successful in 5m6s
fmt check / check (push) Successful in 40s

This commit is contained in:
notohh 2023-11-30 14:59:12 -05:00
parent 48e1cd632a
commit 3a7e80184a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,5 +1,3 @@
# Nushell Config File
source ~/.cache/starship/init.nu
alias zj = zellij
@ -28,6 +26,7 @@ alias sxfix = nix run "nixpkgs#statix" -- fix
alias dl = yt-dlp -P ~/Videos/downloaded
alias dlcd = yt-dlp
alias up = rpaste -s "https://i.flake.sh/" -e 1day
alias shorten = rpaste -s "https://i.flake.sh/" -e 1day -u
alias tail = tspin
nitch