diff options
author | Akshay <[email protected]> | 2022-02-20 09:06:28 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-02-20 09:06:28 +0000 |
commit | 0ed4698d124a4bfd9e57fbe99d89b6a46a7c11f0 (patch) | |
tree | bdad5b0ebe7a465c61a94651e477b14e4f413242 /programs | |
parent | d8f8b6dc8a5c3789cf78e634899e629c7945a5a9 (diff) |
fix bug with tmux-prompt
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 | } |