aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-07-23 10:27:14 -0400
committerCameron Katri <me@cameronkatri.com>2021-07-23 10:27:14 -0400
commit5bcf94a41c793344f8c7ba5ccb4bcd81aa5722ed (patch)
tree9ef4a8e1f284e0dae27c921e5374ceee8c8821d8
parent8f53527191a02d5080f3f18a9765300147f8e27c (diff)
downloaddotfiles-5bcf94a41c793344f8c7ba5ccb4bcd81aa5722ed.tar.gz
dotfiles-5bcf94a41c793344f8c7ba5ccb4bcd81aa5722ed.tar.zst
dotfiles-5bcf94a41c793344f8c7ba5ccb4bcd81aa5722ed.zip
Set PATH in .login_conf
-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"