diff --git a/.zshrc b/.zshrc index 21d767c..4e1a2d9 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