From 9aad1ffc3eaa3f65350c42c3648e9bea3f0c1747 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 8 Sep 2024 17:03:01 +0200 Subject: [PATCH] storrent --- .config/fish/conf.d/alias_wsl.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/conf.d/alias_wsl.fish b/.config/fish/conf.d/alias_wsl.fish index bf2ceac..e3c95b9 100644 --- a/.config/fish/conf.d/alias_wsl.fish +++ b/.config/fish/conf.d/alias_wsl.fish @@ -1,2 +1,3 @@ alias pwd "pwd | tee /dev/tty | clip.exe" alias wpwd "wslpath -w . | tee /dev/tty | clip.exe" +alias storrent "storrent &> /dev/null & disown"