From 8594a505dcbec46bbac28be5b9ceb5ac2cd1a3a6 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Wed, 4 May 2022 02:10:28 +0100 Subject: Initial commit --- profile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 profile (limited to 'profile') diff --git a/profile b/profile new file mode 100644 index 0000000..7dd7b83 --- /dev/null +++ b/profile @@ -0,0 +1,18 @@ +# ~/.profile + +if [ -n "$BASH_VERSION" ]; then + if [ -f "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" + fi +fi + +export PATH=$HOME/.local/bin:$PATH +source "$HOME/.cargo/env" +source "$HOME/.ghcup/env" +export PATH=$HOME/.cabal/bin/:$HOME/go/bin:$PATH +# opam configuration +#test -r /home/pawel/.opam/opam-init/init.sh && . /home/pawel/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true +#eval "$(opam env)" +#eval "$(stack --bash-completion-script stack)" + + -- cgit 1.4.1