[home/hypnos] adjust app

This commit is contained in:
2026-04-03 21:47:06 +08:00
parent 3dc899eae2
commit 7c897c60dd
3 changed files with 19 additions and 1 deletions
+8
View File
@@ -24,3 +24,11 @@ export EDITOR=hx
alias dc="docker compose"
export PATH="$HOME/.local/bin:$PATH"
if command -v fnm &> /dev/null; then
eval "$(fnm env --use-on-cd --shell zsh)"
fi
if command -v opam &> /dev/null; then
eval $(opam env)
fi