add some things

This commit is contained in:
Sebastian Bugge 2024-10-19 16:13:45 +02:00
parent d68fe1464e
commit 62aae6ebdd
4 changed files with 11 additions and 6 deletions

4
.zshrc
View file

@ -50,6 +50,10 @@ if [ -z "$TMUX" ] && [[ "$HAS_NETWORK" == 1 ]]; then
fortune -s
fi
if [ -d "$HOME/.asdf" ]; then
\. "$HOME/.asdf/asdf.sh"
fi
source ~/.aliases
fpath+=~/.zfunc
autoload -U compinit; compinit