From 1bc250953bda92c35062a5e8b17051418f250224 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sun, 27 Sep 2020 15:40:52 +0800 Subject: [PATCH] .fixed path to bash aliases. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2ecba16..887df12 100644 --- a/.bashrc +++ b/.bashrc @@ -16,7 +16,7 @@ export EDITOR=vim export VISUAL=vim # include bash aliases -source .bash_aliases +source ~/.bash_aliases # custom scripts source ~/.custom_bash_scripts