mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-11-01 03:27:26 -05:00
Set ASDF_DIR in fish shell to avoid error during initialization
This commit is contained in:
parent
7db0d8305b
commit
e313e38467
|
@ -9,6 +9,7 @@ echo '. "$HOME/.asdf/completions/asdf.bash"' >> ~/.bashrc
|
|||
|
||||
# Setup fish
|
||||
mkdir -p ~/.config/fish
|
||||
echo 'set --export ASDF_DIR $HOME/.asdf'
|
||||
echo 'source ~/.asdf/asdf.fish' >> ~/.config/fish/config.fish
|
||||
mkdir -p ~/.config/fish/completions
|
||||
ln -s ~/.asdf/completions/asdf.fish ~/.config/fish/completions
|
||||
|
|
Loading…
Reference in a new issue