diff --git a/.gitignore b/.gitignore index b1b0d0e..eb672da 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ dotfiles/.config/coc/explorer-actions dotfiles/.config/coc/extensions/ dotfiles/.config/coc/lists +dotfiles/.local/ diff --git a/dotfiles/.local/bin/geckodriver b/dotfiles/.local/bin/geckodriver index bac836b..8f84330 100755 Binary files a/dotfiles/.local/bin/geckodriver and b/dotfiles/.local/bin/geckodriver differ diff --git a/dotfiles/.profile b/dotfiles/.profile index 66bcf21..95f426a 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -43,3 +43,4 @@ export FOXHOUND_LOGGING="1" # Turn foxhound engine logging on/off # 1 is for True, and 0 is for False export FOXHOUND_LOGGING="1" +. "$HOME/.cargo/env"