fix(zsh/config): missing /usr/games
in $PATH
This commit is contained in:
parent
65eb50f72e
commit
364183b7f9
|
@ -8,6 +8,8 @@ case $- in
|
|||
*) return;;
|
||||
esac
|
||||
|
||||
PATH=$PATH:/usr/games
|
||||
|
||||
# don't put duplicate lines or lines starting with space in the history.
|
||||
# See bash(1) for more options
|
||||
HISTCONTROL=ignoreboth
|
||||
|
|
Loading…
Reference in a new issue