Skip to content

Commit

Permalink
chore: use command prefix for head and base64 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Jan 10, 2024
1 parent 7e79210 commit 82a2a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-find-code
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ debug_mode=false
open_in_editor=false
open_in_pager=false
fzf_prompt="❮❯ Code: "
FZF_API_KEY="$(head -c 32 /dev/urandom | base64)"
FZF_API_KEY="$(command head -c 32 /dev/urandom | command base64)"
BAT_THEME=${BAT_THEME:-Monokai Extended}
# bash is needed to use exported functions when the default shellis not bash
SHELL=bash
Expand Down

0 comments on commit 82a2a34

Please sign in to comment.