From 18a3b7e086d60948df9d2aca55addacfe10b94c8 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 28 May 2020 20:44:36 -0400 Subject: [PATCH] [F] Fix quotation marks --- scripts/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bashrc b/scripts/bashrc index 80215f8..e82885a 100644 --- a/scripts/bashrc +++ b/scripts/bashrc @@ -1,5 +1,5 @@ # 主路径 -SCR="~/HyDEV/scripts" +SCR=~/HyDEV/scripts # 好用的简写w alias ls='ls -h --color=auto'