Skip to content

Commit

Permalink
better tmux check (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsrefund authored Sep 17, 2024
1 parent 4149902 commit 2e5f419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ endif
path = "https://github.com/tinted-theming/tinted-tmux"
name = "tinted-tmux"
# Check if tmux is in use and if it is, reload the config file
hook = "test -n \"$TMUX\" && tmux source-file %f"
hook = "tmux run 2> /dev/null && tmux source-file %f"
themes-dir = "colors"
```

Expand Down

0 comments on commit 2e5f419

Please sign in to comment.