Make work.zsh a dot file

This commit is contained in:
Kevin Cotugno 2020-12-23 16:17:23 -07:00
parent fdbfabe5d8
commit c9af97c513

4
.zshrc
View File

@ -62,9 +62,7 @@ fi
if [[ $(command -v uname) ]] && uname -r | grep -iq microsoft-standard; then source "$HOME/.wsl.zsh"; fi
if [[ -f "$HOME/work.zsh" ]]; then
source "$HOME/work.zsh"
fi
if [[ -f "$HOME/.work.zsh" ]]; then source "$HOME/.work.zsh"; fi
if [[ $(command -v fzf) && $(command -v fd) ]]; then
export FZF_DEFAULT_COMMAND="fd --type f --hidden --no-ignore --follow --exclude .git"