From 664850dfc73fa4352d134a6db95b6cd23b5b3e58 Mon Sep 17 00:00:00 2001 From: ramazanemreosmanoglu Date: Sun, 20 Nov 2022 21:31:34 +0300 Subject: [PATCH] Install ghcup twice so it can add itself to the path twice. --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3324864..e00482f 100644 --- a/.zshrc +++ b/.zshrc @@ -105,4 +105,6 @@ path+=('/opt/cmdline-tools/bin/') -[ -f "/home/reo/.ghcup/env" ] && source "/home/reo/.ghcup/env" # ghcup-env +#[ -f "/home/reo/.ghcup/env" ] && source "/home/reo/.ghcup/env" # ghcup-env + +[ -f "/home/reo/.ghcup/env" ] && source "/home/reo/.ghcup/env" # ghcup-env \ No newline at end of file