From c0a93fc8be6a7b94239c9bd09fac55e09111838d Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 17 Jan 2023 14:09:34 +0000 Subject: [PATCH] ghcup: add bashrc.d --- bashrc.d/ghcup.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bashrc.d/ghcup.bash diff --git a/bashrc.d/ghcup.bash b/bashrc.d/ghcup.bash new file mode 100644 index 0000000..96a9c45 --- /dev/null +++ b/bashrc.d/ghcup.bash @@ -0,0 +1,2 @@ +[ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env +