From 39af56aa613ce41266664a15d744c5656e9f4036 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Thu, 21 Apr 2022 06:56:00 -0300 Subject: [PATCH] alias: wcf now accespts file paths --- dotfiles/fish/alias.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/fish/alias.fish b/dotfiles/fish/alias.fish index f85970d..d2c22e1 100644 --- a/dotfiles/fish/alias.fish +++ b/dotfiles/fish/alias.fish @@ -146,7 +146,7 @@ end # Copy files like graphical programs ################################################################ -function wl-copy-f -w wl-copy +function wl-copy-f set -a file for arg in (seq 1 (count $argv)) if test -f "$argv[$arg]"