summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile
index 60a71a1..632874a 100644
--- a/.profile
+++ b/.profile
@@ -17,6 +17,10 @@ case $OS in
export LANG=en_US.UTF-8
tabs -4
;;
+(freebsd)
+ ENV=$HOME/.shrc
+ export ENV
+ ;;
(termux)
PATH=~/bin:${HOME%/*}/usr/bin:~/go/bin:~/.local/bin:~/.cargo/bin
;;