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