diff options
author | Akshay <[email protected]> | 2022-01-30 02:49:31 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-01-30 02:49:31 +0000 |
commit | 5b3cbc05e54231392420d08ab3a7f99f68488122 (patch) | |
tree | 37b46e133b28cf930eada266b9f66f5dc3d7bad7 /programs | |
parent | 0bd9e1a8066706ebf806dbfdd55752bc3cb0a7ae (diff) |
import prompt as flake input
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 8975f44..1e3a488 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]#(/home/np/code/rust/prompt/target/debug/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]#(/home/np/code/rust/prompt/target/debug/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 | } |