mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Note on how to use include for DRYer config
This commit is contained in:
parent
ad7c251f56
commit
ef9adc92c8
2 changed files with 6 additions and 4 deletions
|
|
@ -42,11 +42,11 @@ quick example:
|
|||
env COPIED_VAR=_kitty_copy_env_var_
|
||||
|
||||
# Create some per hostname settings
|
||||
hostname *.myservers.net
|
||||
hostname someserver-*
|
||||
copy env-files
|
||||
env SOMETHING=else
|
||||
|
||||
hostname somehost.org
|
||||
hostname somehost
|
||||
copy --dest=foo/bar some-file
|
||||
copy --glob some/files.*
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ editor, respectively:
|
|||
.. code-block:: conf
|
||||
|
||||
# Have these settings apply to servers in my organization
|
||||
hostname *.my-organization.net
|
||||
hostname myserver-*
|
||||
|
||||
# Setup zsh to read its files from my-conf/zsh
|
||||
env ZDOTDIR $HOME/my-conf/zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue