This commit is contained in:
2025-05-31 21:55:36 -04:00
parent 93f4a51aaf
commit 9baeb16a9c
3 changed files with 59 additions and 10 deletions

View File

@@ -62,3 +62,12 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# Tmux startup if not already in tmux
if [ "$TMUX" = "" ]; then tmux; fi
# BEGIN opam configuration
# This is useful if you're using opam as it adds:
# - the correct directories to the PATH
# - auto-completion for the opam binary
# This section can be safely removed at any time if needed.
[[ ! -r '/home/owen/.opam/opam-init/init.zsh' ]] || source '/home/owen/.opam/opam-init/init.zsh' > /dev/null 2> /dev/null
# END opam configuration