fix(zsh/config): missing /usr/games in $PATH

This commit is contained in:
Julien Oculi 2024-07-11 15:34:22 +02:00
parent 65eb50f72e
commit 364183b7f9

View file

@ -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