aboutsummaryrefslogtreecommitdiffstats
path: root/python/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-25 18:09:21 +0200
committerMattias Andrée <maandree@kth.se>2021-06-25 18:09:21 +0200
commit6022e47b19161375fd2159299def5c76c915956d (patch)
treea863536cd6bf4b5c607ea00993e5666602ef8fd5 /python/Makefile
parentAdd instructions to README (diff)
downloaddotfiles-6022e47b19161375fd2159299def5c76c915956d.tar.gz
dotfiles-6022e47b19161375fd2159299def5c76c915956d.tar.bz2
dotfiles-6022e47b19161375fd2159299def5c76c915956d.tar.xz
Fix bugs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile3
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