summary refs log tree commit diff
path: root/profile
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2022-05-04 02:10:28 +0100
committerPaweł Dybiec <pawel@dybiec.info>2022-05-04 02:10:28 +0100
commit8594a505dcbec46bbac28be5b9ceb5ac2cd1a3a6 (patch)
treef96ea4dee378fb939455d517b1ba16bc73d3ef37 /profile
Initial commit
Diffstat (limited to 'profile')
-rw-r--r--profile18
1 files changed, 18 insertions, 0 deletions
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)"
+
+