aboutsummaryrefslogblamecommitdiff
path: root/sh/profile.d/games.sh
blob: 956d1de120fac3bf70a796907261728cc22feae8 (plain) (tree)
1
2
3
                                         
                                     
                             
# Add ~/.local/games to PATH if it exists
[ -d "$HOME"/.local/games ] || return
PATH=$PATH:$HOME/.local/games