From 8d560a35984ac49c17c8fc1e7b1751e06fa5ed4a Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 4 May 2022 14:10:25 +0100 Subject: [PATCH] Fix ipython config paths --- tasks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks.yaml b/tasks.yaml index 9936c72..40f20ba 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -18,7 +18,7 @@ state: directory dest: '{{item}}' with_items: - - ~/.ipython/profile_default + - ~/.config/ipython/profile_default - ~/.config/pip - name: python create symbolic links @@ -32,6 +32,6 @@ - src: ~/.config/python/pylintrc dest: ~/.pylintrc - src: ~/.config/python/ipython_config.py - dest: ~/.ipython/profile_default/ipython_config.py + dest: ~/.config/ipython/profile_default/ipython_config.py - src: ~/.config/python/pip.conf dest: ~/.config/pip/pip.conf