Skip to content

Commit

Permalink
fix(git): gh-dash don't need TERM set anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 26, 2023
1 parent e7954be commit 5fc929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bins/bin/tmux-gh-dash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env fish
# opens a new, or the already existing, gh-dash tmux session.
if ! tmux has-session -t="gh-dash" 2>/dev/null
tmux new-session -A -d -s gh-dash -c "$HOME" fish -ilc 'TERM=xterm-256color gh-dash'
tmux new-session -A -d -s gh-dash -c "$HOME" fish -ilc gh-dash
end

tmux switch-client -t gh-dash

0 comments on commit 5fc929e

Please sign in to comment.