chore: Don't include include/dotfiles by default

This commit is contained in:
Ahmad Ansori Palembani 2024-05-18 14:14:28 +07:00
parent d01b860b75
commit 9f4398e9ae
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 2 additions and 6 deletions

View file

@ -7,6 +7,8 @@ export XDG_CONFIG_HOME="$HOME/.config"
export ZI_BINARY_HOME="$HOME/.local/bin"
export ZI_SCRIPTS_HOME="$ZI_BINARY_HOME/scripts"
[ -f "$XDG_CONFIG_HOME/zsh/include/dotfiles" ] && source "$XDG_CONFIG_HOME/zsh/include/dotfiles"
if [[ "$OSTYPE" == "darwin"* ]]; then
export JAVA_HOME="$HOME/.sdkman/candidates/java/current"
export CHROME_EXECUTABLE=/Applications/Brave\ Browser.app/Contents/MacOS/Brave\ Browser