aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index c52dde3..8eb5ec4 100755
--- a/zshrc
+++ b/zshrc
@@ -1,6 +1,16 @@
+# 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
+hash -d d=${HOME}/docker
+
[[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] && source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
[ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh