diff options
author | mail_redacted_for_web | 2022-06-28 19:59:47 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2022-06-28 19:59:47 +0200 |
commit | c57dd737020adf6ebe53718064c293dbc7a6b2ee (patch) | |
tree | f71122bc818811338a5fa9e0e51738632b7e8280 | |
parent | 1a8b0c51c8036a4de2f7809e55375523ec2318a9 (diff) | |
download | dotfiles-c57dd737020adf6ebe53718064c293dbc7a6b2ee.tar.bz2 |
Including *.local files as non-presence is no error
-rw-r--r-- | distrib.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib.yml b/distrib.yml index 37a9a5a..3c7a412 100644 --- a/distrib.yml +++ b/distrib.yml @@ -22,9 +22,13 @@ - ".bash/aliases.bash" - ".bash/aliases.bash.local" - ".bash/exec.bash" + - ".bash/exec.bash.local" - ".bash/postexec.bash" + - ".bash/postexec.bash.local" - ".bash/prompt.bash" + - ".bash/prompt.bash.local" - ".bash/vars.bash" + - ".bash/vars.bash.local" - "bin/ssh-agent-launcher" - "bin/ssh-with-gpg" - ".gnupgdirmngr.conf" |