Skip to content

Commit

Permalink
Add workaround for tmux issue on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Dec 20, 2024
1 parent 783a6d5 commit 6db1536
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@
plugins = with pkgs.tmuxPlugins; [
copycat
resurrect
sensible
vim-tmux-navigator
{
plugin = sensible;
extraConfig = ''
# Workaround for https://github.com/tmux-plugins/tmux-sensible/issues/74
set -g default-command '$SHELL'
'';
}
{
plugin = catppuccin;
extraConfig = ''
Expand Down

0 comments on commit 6db1536

Please sign in to comment.