Merge branch 'master' of github.com:sidmoreoss/quickz-sh into develop

This commit is contained in:
Siddharth More
2021-06-11 12:50:26 +05:30

5
.zshrc
View File

@@ -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;