AutoYADM commit: 2025-05-21 17:00:39

This commit is contained in:
Daniel Fichtinger 2025-05-21 17:00:39 -04:00
parent 050b548393
commit bdd34c0a6b
3 changed files with 9 additions and 1 deletions

View file

@ -105,6 +105,10 @@ define-command -docstring "Create a scratch buffer" scratch %{
edit -scratch
}
alias global s scratch
define-command -docstring "New terminal in cwd" cwd-terminal %{
terminal fish
}
alias global t cwd-terminal
require-module peneira