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

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

require-module prelude