chore: Don't include include/dotfiles
by default
This commit is contained in:
parent
d01b860b75
commit
9f4398e9ae
3 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue