diff options
Diffstat (limited to 'autoload/filetype/conf.kak')
| -rw-r--r-- | autoload/filetype/conf.kak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autoload/filetype/conf.kak b/autoload/filetype/conf.kak new file mode 100644 index 0000000..f7fd3c5 --- /dev/null +++ b/autoload/filetype/conf.kak @@ -0,0 +1,4 @@ +hook global BufCreate .*tmux[.]conf %{ set-option buffer filetype tcl } + +hook global BufCreate .*zshrc %{ set-option buffer filetype sh } + |
