This website requires JavaScript.
Explore
Help
Sign in
tblyler
/
tb-dotfiles
Watch
1
Star
0
Fork
You've already forked tb-dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
fb7f5f7d67
tb-dotfiles
/
chezmoi
/
dot_zshrc.d
/
executable_asdf.zsh
5 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
Update asdf and fzf to work nicer with MacOS
2022-08-22 21:16:31 -04:00
if
[
-n
"
$ASDF_DIR
"
]
;
then
Move to Chezmoi
2022-04-22 10:06:53 -04:00
# append completions to fpath
fpath
=
(
${
ASDF_DIR
}
/completions
$fpath
)
fi
Reference in a new issue
Copy permalink