nushell: add shorten alias
All checks were successful
flake check / check (push) Successful in 5m6s
fmt check / check (push) Successful in 40s
All checks were successful
flake check / check (push) Successful in 5m6s
fmt check / check (push) Successful in 40s
This commit is contained in:
parent
48e1cd632a
commit
3a7e80184a
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
# Nushell Config File
|
|
||||||
|
|
||||||
source ~/.cache/starship/init.nu
|
source ~/.cache/starship/init.nu
|
||||||
|
|
||||||
alias zj = zellij
|
alias zj = zellij
|
||||||
|
@ -28,6 +26,7 @@ alias sxfix = nix run "nixpkgs#statix" -- fix
|
||||||
alias dl = yt-dlp -P ~/Videos/downloaded
|
alias dl = yt-dlp -P ~/Videos/downloaded
|
||||||
alias dlcd = yt-dlp
|
alias dlcd = yt-dlp
|
||||||
alias up = rpaste -s "https://i.flake.sh/" -e 1day
|
alias up = rpaste -s "https://i.flake.sh/" -e 1day
|
||||||
|
alias shorten = rpaste -s "https://i.flake.sh/" -e 1day -u
|
||||||
alias tail = tspin
|
alias tail = tspin
|
||||||
nitch
|
nitch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue