From 3a7e80184a9e2a4cbe702d262ebd00c3f5c6d101 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 30 Nov 2023 14:59:12 -0500 Subject: [PATCH] nushell: add shorten alias --- home/nushell/config.nu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/nushell/config.nu b/home/nushell/config.nu index e1e62df..e48bd36 100755 --- a/home/nushell/config.nu +++ b/home/nushell/config.nu @@ -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