mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
tmux: fix broken test case
This commit is contained in:
parent
022228e0aa
commit
f6afd95ef8
2 changed files with 1 additions and 11 deletions
|
@ -302,9 +302,7 @@ in
|
|||
# Load plugins with Home Manager #
|
||||
# --------------------------------------------- #
|
||||
|
||||
${(concatMapStringsSep "\n\n" (p: ''
|
||||
# ${pluginName p}
|
||||
# ---------------------
|
||||
${(concatMapStringsSep "\n" (p: ''
|
||||
${p.extraConfig or ""}
|
||||
run-shell ${
|
||||
if types.package.check p
|
||||
|
|
|
@ -34,21 +34,13 @@ set -g history-limit 2000
|
|||
# Load plugins with Home Manager #
|
||||
# --------------------------------------------- #
|
||||
|
||||
# tmuxplugin-logging
|
||||
# ---------------------
|
||||
|
||||
run-shell @tmuxplugin_logging_rtp@
|
||||
|
||||
|
||||
# tmuxplugin-prefix-highlight
|
||||
# ---------------------
|
||||
|
||||
run-shell @tmuxplugin_prefix_highlight_rtp@
|
||||
|
||||
|
||||
# tmuxplugin-fzf-tmux-url
|
||||
# ---------------------
|
||||
|
||||
run-shell @tmuxplugin_fzf_tmux_url_rtp@
|
||||
|
||||
# ============================================= #
|
||||
|
|
Loading…
Reference in a new issue