Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyorst committed Jun 23, 2019
1 parent 5624890 commit 01148d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/plug.kak
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ plug -params 1.. -shell-script-candidates %{ ls -1 ${kak_opt_plug_install_dir} }
theme)
noload=1
theme_hooks="mkdir -p ${kak_config}/colors
find -type f -name '*.kak' -exec cp {} ${kak_config}/colors/ \;"
find . -type f -name '*.kak' -exec cp {} ${kak_config}/colors/ \;"
hooks="${hooks} %{${plugin_name}} %{${theme_hooks}}" ;;
depth-sort)
depth_sort="true" ;;
Expand Down

0 comments on commit 01148d7

Please sign in to comment.