diff options
| -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" | 
