diff options
| -rw-r--r-- | dotfiles/fish/conf.d/quickedit.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
