diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-30 19:25:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-30 19:25:11 +0300 |
| commit | f1815f4feb2e3bb37b5d5bed4dfdf055560c7616 (patch) | |
| tree | 133d2edd32ce4db1953e1065e870d01833e77139 | |
| parent | 8eeb9952cf7903cfa3abfa748e22dc9dc7982358 (diff) | |
jo
| -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 |
