Skip to content

Commit

Permalink
easier test
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 27, 2024
1 parent 1a7366d commit b1db67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_once_after_install-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

cmds=( "fzf" "poetry" "pyenv" "zoxide" )
cmds=( "fzf" )
for cmd in "${cmds[@]}"
do
if [[ ! -x "$(command -v $cmd)" ]]; then
Expand Down

0 comments on commit b1db67c

Please sign in to comment.