summaryrefslogtreecommitdiff
path: root/rc/prelude.kak
blob: 8128dcabfab721d4624edf20cc52680c1e2ae33f (plain)
1
2
3
4
5
6
7
declare-option -hidden str prelude_root_path %sh(dirname "$kak_source")

provide-module prelude %{
  declare-option -docstring 'Path to the prelude of shell blocks' str prelude_path "%opt{prelude_root_path}/prelude.sh"
}

require-module prelude