From a52efe1001974e1bcdbbc12ca195138bfb7887dd Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 24 Nov 2020 18:15:30 -0500 Subject: [PATCH] Rename soft to sw --- home/lib/login_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index 8a7e35e..37e947f 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -3,7 +3,7 @@ export EDITOR=vim export VISUAL=$EDITOR ### DIRs ### -export DIR_GITHUB="${HOME}/arc/soft/src/repos/remote/github.com" +export DIR_GITHUB="${HOME}/arc/sw/src/repos/remote/github.com" export DIR_AUDIO="${HOME}/arc/aud" export DIR_VIDEO="${HOME}/arc/vid" export DIR_YOUTUBE_VIDEO="${DIR_VIDEO}/web/youtube.com" -- 2.20.1