aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
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