AutoYADM commit: 2025-05-18 18:09:24

This commit is contained in:
Daniel Fichtinger 2025-05-18 18:09:24 -04:00
parent 8b89dc909d
commit c2269876a8
2 changed files with 21 additions and 8 deletions

View file

@ -2,9 +2,11 @@ eval %sh{ kak-tree-sitter -vvvvv -dks --init $kak_session }
colorscheme ashen
require-module fishr
fish %{
notify-send $kak_buffile
notify-send "$kak_buffile"
def fishtest %{
sh fish -c %{
echo "info -- $kak_buffile"
notify-send "$kak_buffile"
}
}
set-option global ashen_dynamic_cursor true