add games to path

This commit is contained in:
Christoph J. Scherr 2024-01-28 19:56:24 +01:00
parent 2fed831835
commit 6a4cf826c6
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -1,5 +1,5 @@
### ENVVARS
PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin"
PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin:/usr/games/"
export PATH
export EDITOR=nvim
export editor=nvim