Added my aliases

This commit is contained in:
Siddharth More
2021-05-15 20:14:50 +05:30
parent c75519aca8
commit ff6c9b9390

5
.zshrc
View File

@@ -212,3 +212,8 @@ corona() {
curl "https://corona-stats.online" curl "https://corona-stats.online"
fi fi
} }
for file in ~/.aliases; do
[ -r "$file" ] && [ -f "$file" ] && source "$file";
done;
unset file;