Session files: Expand environment variables

This commit is contained in:
Kovid Goyal
2023-01-23 17:34:53 +05:30
parent 11f98592f7
commit 60791bb57b
6 changed files with 51 additions and 16 deletions

View File

@@ -173,6 +173,11 @@ option in :file:`kitty.conf`. An example, showing all available commands:
The :doc:`launch <launch>` command when used in a session file cannot create
new OS windows, or tabs.
.. note::
Environment variables of the for :code:`${NAME}` or :code:`$NAME` are
expanded in the session file, except in the *arguments* (not options) to the
launch command.
Creating tabs/windows
-------------------------------