aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--zprofile10
-rwxr-xr-xzshrc10
2 files changed, 10 insertions, 10 deletions
diff --git a/zprofile b/zprofile
deleted file mode 100644
index 5be1665..0000000
--- a/zprofile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Exports
-export PATH="$PATH:${HOME}/.local/bin"
-export PATH="$PATH:${HOME}/.dotnet/tools"
-
-export FZF_BASE="${HOME}/dotfiles/fzf"
-
-# Directory hashtable
-hash -d .=${HOME}/dotfiles
-hash -d s=${HOME}/Sync
-hash -d d=${HOME}/docker \ No newline at end of file
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