AutoYADM commit: 2025-05-18 18:09:24
This commit is contained in:
parent
8b89dc909d
commit
c2269876a8
2 changed files with 21 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue