diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 400a366..271827a 100644 --- a/python/Makefile +++ b/python/Makefile @@ -3,7 +3,8 @@ include ../common.mk install: mkdir -p -- ~/.var/cache - ln -sf .var/cache/python_history ~/ + test ! -d ~/.python_history + 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 |