From 76e89276550a81fe58bf71125ca93019449555c3 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 18 Jun 2019 07:54:39 -0400 Subject: [PATCH] path: fix paths not pathing --- scripts/path | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/path b/scripts/path index f5c6877..b9b35c3 100644 --- a/scripts/path +++ b/scripts/path @@ -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