From be9d0dd133efb6aee8250b22e67ec084c8c46823 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 10 Oct 2023 20:55:36 +0200 Subject: [PATCH] copy to clipboard --- .config/fish/conf.d/alias_wsl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/conf.d/alias_wsl.fish b/.config/fish/conf.d/alias_wsl.fish index 8534ffe..37b60d4 100644 --- a/.config/fish/conf.d/alias_wsl.fish +++ b/.config/fish/conf.d/alias_wsl.fish @@ -1 +1 @@ -alias wpwd "echo \"\\\\\wsl.localhost\\Arch\$(pwd | tr / \\\\ 2> /dev/null)\"" +alias wpwd "echo \"\\\\\wsl.localhost\\Arch\$(pwd | tr / \\\\ 2> /dev/null)\" | tee /dev/tty | clip.exe"