From fee44e6064d641bb712fe50ac6d7b423cfdbac91 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 25 Mar 2021 12:06:50 -0500 Subject: refactor: moved zprofile to zshrc --- zprofile | 10 ---------- zshrc | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 zprofile 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 -- cgit v1.2.3-70-g09d2