addet /home/pika/.local/bin to path

This commit is contained in:
pika 2024-10-26 16:09:39 +02:00
parent 1af3a239f8
commit e2b6902c51

4
.zshrc
View file

@ -108,6 +108,10 @@ select-word-style shell
HISTSIZE=500000
HISTFILESIZE=100000
if [[ -d "$HOME/.local/bin" ]]; then
export PATH="$HOME/.local/bin:$PATH"
fi
HISTFILE=~/.zsh_history
SAVEHIST=$HISTSIZE
HISTDUP=erase