Skip to content

Commit

Permalink
fix(shell): spacing in tmux window text
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Nov 15, 2024
1 parent 942a804 commit 1e626fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shell/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in {
enable = true;
extraConfig = ''
set -g @catppuccin_window_default_text "#W"
set -g @catppuccin_window_current_text "#(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev)"
set -g @catppuccin_window_current_text " #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev)"
'';
};
mouse = true;
Expand Down

0 comments on commit 1e626fa

Please sign in to comment.