From ff6c9b939003081531d6237f5945b18fb2df89f9 Mon Sep 17 00:00:00 2001 From: Siddharth More Date: Sat, 15 May 2021 20:14:50 +0530 Subject: [PATCH] Added my aliases --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index b2b13b9..ee3d691 100644 --- a/.zshrc +++ b/.zshrc @@ -212,3 +212,8 @@ corona() { curl "https://corona-stats.online" fi } + +for file in ~/.aliases; do + [ -r "$file" ] && [ -f "$file" ] && source "$file"; +done; +unset file; \ No newline at end of file