add local user bin to path
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -20,3 +20,6 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme
|
|||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
||||||
|
# Created by `pipx` on 2026-01-15 16:32:17
|
||||||
|
export PATH="$PATH:/home/dylan/.local/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user