diff options
Diffstat (limited to '')
-rw-r--r-- | python@zenith/Makefile (renamed from python/Makefile) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Makefile b/python@zenith/Makefile index f0d75f6..4a20fbe 100644 --- a/python/Makefile +++ b/python@zenith/Makefile @@ -6,11 +6,11 @@ install: ln -sf .var/cache/python_history ~/.python_history mkdir -p -- ~/.config/profile.d test ! -d ~/.config/profile.d/python - ln -sf -- ~/.dotfiles/python/user-profile ~/.config/profile.d/python + ln -sf -- ~/.dotfiles/python@zenith/user-profile ~/.config/profile.d/python if test "$$(python --version 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1)" = 2; then \ mkdir -p -- ~/.config/bash/aliases.d && \ test ! -d ~/.config/bash/aliases.d/python && \ - ln -sf -- ~/.dotfiles/python/bash-aliases ~/.config/bash/aliases.d/python; \ + ln -sf -- ~/.dotfiles/python@zenith/bash-aliases ~/.config/bash/aliases.d/python; \ fi uninstall: |