From 6022e47b19161375fd2159299def5c76c915956d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 25 Jun 2021 18:09:21 +0200 Subject: Fix bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.2.3-70-g09d2