diff options
author | mail_redacted_for_web | 2024-05-25 12:40:52 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-05-25 12:40:52 +0200 |
commit | 329ed23c520bcc45332c6641d6873fc6bb7cbddc (patch) | |
tree | fd7e44f56d06da1b032371002c5de09d8c22113a /distrib.yml | |
parent | 2a4bba6ca1600740568c3dea9e96f682d7ff52d4 (diff) | |
download | dotfiles-329ed23c520bcc45332c6641d6873fc6bb7cbddc.tar.bz2 |
local fixes
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" |