Update .zshrc
This commit is contained in:
parent
ae7099102b
commit
ab69e9689c
1 changed files with 4 additions and 1 deletions
|
|
@ -108,7 +108,10 @@ alias grep='grep --color=auto'
|
|||
alias l='ls -alh'
|
||||
#
|
||||
# Created by `pipx` on 2024-06-11 06:57:42
|
||||
export PATH="$PATH:~/.local/bin"
|
||||
#export PATH="$PATH:~/.local/bin"
|
||||
|
||||
eval "$(register-python-argcomplete pipx)"
|
||||
|
||||
|
||||
# Created by `pipx` on 2025-08-06 09:37:04
|
||||
export PATH="/home/yarne/.local/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Reference in a new issue