Skip to content

Commit

Permalink
fix colors for gum 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas6 committed Jan 28, 2025
1 parent 80f9c0b commit b2cb317
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mods/base/.local/share/scripts/e
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/usr/bin/env sh
# Choose tmux session
#
# https://github.com/charmbracelet/gum/releases
# --no-strip-ansi

session=$(
sesh list -i | gum filter --limit 1 --no-sort --fuzzy --placeholder 'Pick a sesh' --height 50 --prompt=''
sesh list -i | gum filter --no-strip-ansi --limit 1 --no-sort --fuzzy --placeholder 'Pick a sesh' --height 50 --prompt=''
)

[ "$session" ] && sesh connect "$session"

0 comments on commit b2cb317

Please sign in to comment.