From 482a3c88668d2e1be7074668a8e992242ac3404a Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Fri, 19 Nov 2021 12:57:35 -0500 Subject: update zsh --- zsh/.zshenv | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 120000 => 100644 zsh/.zshenv (limited to 'zsh/.zshenv') diff --git a/zsh/.zshenv b/zsh/.zshenv deleted file mode 120000 index aa7da3a..0000000 --- a/zsh/.zshenv +++ /dev/null @@ -1 +0,0 @@ -.profile \ No newline at end of file diff --git a/zsh/.zshenv b/zsh/.zshenv new file mode 100644 index 0000000..b41e365 --- /dev/null +++ b/zsh/.zshenv @@ -0,0 +1,7 @@ +# add user's bin directory to path +if [ -d $HOME/.local/bin ] +then + export PATH=$HOME/.local/bin:$PATH +fi + +export ZDOTDIR="$HOME/.config/zsh" -- cgit v1.2.3