chore(zsh): removed oh-my-zsh and made the config cleaner

This commit is contained in:
Afonso Franco 2024-07-20 14:26:01 +01:00
parent 574c86a3e6
commit a4e37674f7
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
10 changed files with 790 additions and 162 deletions

View file

@ -25,3 +25,5 @@ sourceall(){
done <<< "$pids"
set +e
}
alias routes="netstat -rn -f inet"