add some things
This commit is contained in:
parent
d68fe1464e
commit
62aae6ebdd
4 changed files with 11 additions and 6 deletions
4
.zshrc
4
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue