Skip to content

Commit

Permalink
feat: reduce the size of info panel
Browse files Browse the repository at this point in the history
  • Loading branch information
gschurck committed Sep 22, 2024
1 parent 5ed4850 commit b63f7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzybrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# fuzzybrew.sh

VERSION="1.1.0"
VERSION="1.1.1"

fuzzybrew() {
local query="$1"
Expand All @@ -19,7 +19,7 @@ fuzzybrew() {
--nth=1 \
--header 'Press CTRL-C to quit, ENTER to install, SHIFT-TAB to select multiple' \
--preview 'HOMEBREW_COLOR=1 brew info {1}' \
--preview-window=right:60%:wrap
--preview-window=right:50%:wrap
)

if [[ -n $selected_packages ]]; then
Expand Down

0 comments on commit b63f7aa

Please sign in to comment.