add bin dir
This commit is contained in:
parent
5a915edd78
commit
9ca8960e3f
4
bin/wsteam
Executable file
4
bin/wsteam
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
WIN_STEAM="/storage/games/wine/Program Files (x86)/Steam/Steam.exe"
|
||||
wine "$WIN_STEAM"
|
|
@ -4,6 +4,7 @@ export GOPATH="$HOME/.go"
|
|||
|
||||
# PATH=$PATH:$APPENDED_PATH
|
||||
PATH=$PATH:$GOPATH/bin
|
||||
PATH=$PATH:$DOTFILES_PATH/bin
|
||||
|
||||
if command -v ruby >/dev/null 2>&1; then
|
||||
PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
||||
|
|
Reference in a new issue