Skip to content

Commit

Permalink
We don't need *each* file, we just need the *latest* one (see bash ma…
Browse files Browse the repository at this point in the history
…npage for BASH_SOURCE
  • Loading branch information
jakebman committed Sep 17, 2024
1 parent 70beeb8 commit edf627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/available/jake-typos.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function typo {
local key val alias
case $# in
0)
vim "$(realpath "${BASH_SOURCE[*]}")"
vim "$(realpath "${BASH_SOURCE}")"
return
;;
1)
Expand Down

0 comments on commit edf627b

Please sign in to comment.