tmux: fix plugins

This commit is contained in:
Timothy DeHerrera 2020-06-09 13:02:14 -06:00
parent 3769abafa3
commit 0aa797ef4b
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -6,7 +6,7 @@ let
pluginConf = plugins:
concatStringsSep "\n\n" (map (plugin:
let name = removePrefix "tmuxplugin-" plugin.name;
let name = removePrefix "tmuxplugin-" plugin.pname;
in "run-shell ${plugin}/share/tmux-plugins/${name}/${name}.tmux")
plugins);