aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-profile
diff options
context:
space:
mode:
Diffstat (limited to 'home-dots/dot-profile')
-rw-r--r--home-dots/dot-profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/home-dots/dot-profile b/home-dots/dot-profile
index 084d096..9cc54fb 100644
--- a/home-dots/dot-profile
+++ b/home-dots/dot-profile
@@ -1,4 +1,5 @@
#!/bin/sh
export PATH="$HOME/.local/bin:$HOME/dev/dotfiles/bin:$PATH"
-[ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env"
-[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"
+[ -f "$HOME/.ghcup/env" ] && . "$HOME/.ghcup/env"
+[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
+[ -d "$HOME/.config/composer/vendor/bin" ] && export PATH="$HOME/.config/composer/vendor/bin:$PATH"