aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-04 00:36:24 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-04 00:36:24 -0500
commitf3d70d2a25cf6e2835552d41f22c4d9dbd57297b (patch)
treeae3b66bdda7cd5b03520d74fdbd21bb8dac0be56 /zshrc
parent7aef67025236c50e02a26eb62ea5971ac139afd8 (diff)
feat: moved to path array
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/zshrc b/zshrc
index ebe836c..5f5c743 100644
--- a/zshrc
+++ b/zshrc
@@ -1,11 +1,10 @@
+# Path
+path=( $path $HOME/.local/bin $HOME/.dotnet/tools )
+
# Exports
export ZSH_BASE="${HOME}/dotfiles"
export FZF_BASE="${HOME}/dotfiles/fzf"
-# Path
-export PATH="$PATH:${HOME}/.local/bin"
-export PATH="$PATH:${HOME}/.dotnet/tools"
-
# Directory hashtable
hash -d .=${HOME}/dotfiles
hash -d s=${HOME}/Sync