path: fix paths not pathing

master
an 2019-06-18 07:54:39 -04:00
parent 705ea0f64f
commit 76e8927655
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
export PATH="$HOME/.local/bin":"$HOME/.gem/ruby/2.6.0/bin":$PATH
export DOOMWADDIR='/mnt/d/Stuff/GamesPC/IWads'
export PATH=$HOME/.local/bin:$HOME/.gem/ruby/2.6.0/bin:$PATH
export DOOMWADDIR=/mnt/d/Stuff/GamesPC/IWads
## EOF