AutoYADM commit: 2025-06-20 17:25:14

This commit is contained in:
Daniel Fichtinger 2025-06-20 17:25:14 -04:00
parent 2ffc1a9488
commit a26c6ac66a
2 changed files with 4 additions and 0 deletions

View file

@ -182,6 +182,9 @@ define-command -params 1 -docstring "Set buffer filetype" filetype %{
set-option buffer filetype %arg{1}
}
alias global ft filetype
alias global lang filetype
define-command -docstring "New terminal in cwd" cwd-terminal %{
terminal fish
}