addet /home/pika/.local/bin to path
This commit is contained in:
parent
1af3a239f8
commit
e2b6902c51
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue