Add .local/bin to path

This commit is contained in:
Kevin Cotugno 2021-08-09 18:36:54 -07:00
parent 6320666a99
commit 9490d9e414

2
.zshrc
View File

@ -67,6 +67,8 @@ if [[ $(command -v fzf) && $(command -v fd) ]]; then
export FZF_DEFAULT_COMMAND="fd --type f --hidden --no-ignore --follow --exclude .git"
fi
mkdir -p "$HOME/.local/bin" && export PATH="$HOME/.local/bin:$PATH"
function weather() {
local loc=$1
if [[ -z "$loc" ]]; then