diff options
Diffstat (limited to 'distrib.yml')
-rw-r--r-- | distrib.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/distrib.yml b/distrib.yml index 8c30982..a8fb3ef 100644 --- a/distrib.yml +++ b/distrib.yml @@ -33,15 +33,15 @@ - ".tmux.conf.local" - ".vimrc" - ".bash/aliases.bash" - - ".bash/aliases.bash.local" + - "~/.bash/aliases.bash.local" - ".bash/exec.bash" - - ".bash/exec.bash.local" + - "~/.bash/exec.bash.local" - ".bash/postexec.bash" - - ".bash/postexec.bash.local" + - "~/.bash/postexec.bash.local" - ".bash/prompt.bash" - - ".bash/prompt.bash.local" + - "~/.bash/prompt.bash.local" - ".bash/vars.bash" - - ".bash/vars.bash.local" + - "~/.bash/vars.bash.local" - "bin/ssh-agent-launcher" - "bin/ssh-with-gpg" - ".gnupgdirmngr.conf" |