From f1815f4feb2e3bb37b5d5bed4dfdf055560c7616 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 30 Apr 2025 19:25:11 +0300 Subject: jo --- dotfiles/fish/conf.d/quickedit.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/fish/conf.d/quickedit.fish b/dotfiles/fish/conf.d/quickedit.fish index a809a9b..7644995 100644 --- a/dotfiles/fish/conf.d/quickedit.fish +++ b/dotfiles/fish/conf.d/quickedit.fish @@ -52,7 +52,7 @@ end function quickedit::direct set -l dir $argv[1] - set -l file$argv[1] + set -l file $argv[2] cd $dir if editor::helix::open_with_lock $file -- cgit v1.2.3