Skip to content

Commit

Permalink
chore(tmux-lazygit-popup) added the other env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kampanosg committed Jul 3, 2024
1 parent b021ba9 commit 352c56f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions tmux-lazygit-popup.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

[ -z "$TMUX_LAZYGIT_POPUP_KEY" ] && TMUX_LAZYGIT_POPUP_KEY="g"
tmux bind-key "$TMUX_LAZYGIT_POPUP_KEY" run-shell -b "$CURRENT_DIR/bin/tmux-lazygit-popup.sh"
[ -z "$TMUX_LAZYGIT_POPUP_KEY" ] && TMUX_LAZYGIT_POPUP_KEY="G"
tmux bind-key "$TMUX_LAZYGIT_POPUP_KEY" run-shell -b \
"$CURRENT_DIR/scripts/tmux-lazygit-popup.sh $TMUX_LAZYGIT_POPUP_WIDTH $TMUX_LAZYGIT_POPUP_HEIGHT $TMUX_LAZYGIT_POPUP_BORDER"

0 comments on commit 352c56f

Please sign in to comment.