diff options
Diffstat (limited to 'programs')
-rw-r--r-- | programs/tmux.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/tmux.nix b/programs/tmux.nix index 1e3a488..5f58108 100644 --- a/programs/tmux.nix +++ b/programs/tmux.nix | |||
@@ -82,8 +82,8 @@ | |||
82 | set -ag status-right "#[fg=colour7]#(bat -q)#[fg=colour12]" | 82 | set -ag status-right "#[fg=colour7]#(bat -q)#[fg=colour12]" |
83 | 83 | ||
84 | # status left | 84 | # status left |
85 | set -g status-left "#[fg=colour7]#(${pkgs.prompt}/bin/prompt cwd #{pane_current_path}) " | 85 | set -g status-left "#[fg=colour7]#(${pkgs.prompt}/bin/prompt cwd '#{pane_current_path}') " |
86 | set -ag status-left "#[fg=colour7]#(${pkgs.prompt}/bin/prompt vcs #{pane_current_path})" | 86 | set -ag status-left "#[fg=colour7]#(${pkgs.prompt}/bin/prompt vcs '#{pane_current_path}')" |
87 | ''; | 87 | ''; |
88 | }; | 88 | }; |
89 | } | 89 | } |