aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.login_conf9
-rw-r--r--.zprofile4
2 files changed, 9 insertions, 4 deletions
diff --git a/.login_conf b/.login_conf
new file mode 100644
index 0000000..fdcf2ae
--- /dev/null
+++ b/.login_conf
@@ -0,0 +1,9 @@
+# $FreeBSD$
+#
+# see login.conf(5)
+#
+me:\
+ :lang=en_US.UTF-8:\
+ :charset=UTF-8:\
+ :path=/usr/local/libexec/ccache /usr/local/llvm12/bin /sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin ~/.local/bin /opt/limd/bin /usr/local/libexec/apple/bin ~/Documents/go/bin:\
+ :umask=027:
diff --git a/.zprofile b/.zprofile
index e43a344..33435bb 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,5 +1 @@
export GOPATH=$HOME/Documents/go
-export PATH="$GOPATH/bin:$PATH"
-export PATH="/usr/local/llvm12/bin:$PATH"
-export PATH="/usr/local/libexec/apple/bin:$PATH"
-export PATH="$HOME/.local/bin:/usr/local/libexec/ccache:/opt/limd/bin:$PATH"