Skip to content

Commit

Permalink
fix: Use -q instead of --query for compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWrexes committed Jan 28, 2021
1 parent 34b1497 commit 8eb40cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/__gitnow_config_file.fish
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function __gitnow_read_keybinding_line -d "Reads a keybinding line" -a line
set -l seq (echo -n $values[2] | LC_ALL=C command tr -d '[:space:]')

# skip out if key is not a valid command
if not type --query "$cmd"
if not type -q "$cmd"
return
end

Expand Down

0 comments on commit 8eb40cd

Please sign in to comment.