pythonPackages.powerline: Added file binding
This commit is contained in:
parent
51472a9606
commit
840b5bf6ba
@ -37,6 +37,10 @@ buildPythonPackage rec {
|
||||
|
||||
install -dm755 "$out/share/tmux"
|
||||
install -m644 "powerline/bindings/tmux/powerline.conf" "$out/share/tmux/powerline.conf"
|
||||
|
||||
install -dm755 "$out/share/fish/vendor_functions.d"
|
||||
install -m644 "powerline/bindings/fish/powerline-setup.fish" "$out/share/fish/vendor_functions.d/powerline-setup.fish"
|
||||
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user