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