Skip to content

Commit

Permalink
fix uv install
Browse files Browse the repository at this point in the history
  • Loading branch information
caseytomlin authored Dec 3, 2024
1 parent 8851a05 commit b49ca8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ DISABLE_AUTO_UPDATE=true
DISABLE_UPDATE_PROMPT=true
# source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
eval "$(starship init zsh)"
# source <(fzf --zsh)

# uv aliases
alias va='source .venv/bin/activate'
alias vd='deactivate'

export PATH=$PATH:~/bin
export PATH=$PATH:$HOME/bin:$HOME/.local/bin

alias cm=chezmoi

Expand Down

0 comments on commit b49ca8f

Please sign in to comment.