From 65b0b7a09900d986d6ce282fbae779013f12749d Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 19 Aug 2018 19:30:33 +0100 Subject: [PATCH] Remove --user from pick pip action --- .conduit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conduit.yaml b/.conduit.yaml index c4eedf7..866dc87 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -21,5 +21,5 @@ - https://github.com/zsh-users/zsh-history-substring-search.git - https://github.com/zdharma/fast-syntax-highlighting.git - pip: - - --user pick + - pick - message: zsh will be the default prompt after next login