mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-06-26 03:51:20 +02:00
If iterm integration tools availible, import them
This commit is contained in:
parent
0380b7799d
commit
5fdf94386a
@ -46,6 +46,11 @@ if [ "$(uname -s)" = "Darwin" ] && [[ -d /opt/homebrew/bin ]]; then
|
|||||||
export PATH=/opt/homebrew/bin:$PATH
|
export PATH=/opt/homebrew/bin:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# If using iTerm on MacOS, import the shell integration
|
||||||
|
if [ "$(uname -s)" = "Darwin" ] && [[ -f "${XDG_CONFIG_HOME}/zsh/.iterm2_shell_integration.zsh" ]]; then
|
||||||
|
source ${XDG_CONFIG_HOME}/iterm/shell-integration.zsh
|
||||||
|
fi
|
||||||
|
|
||||||
# And Android SDK to path, if within Library direcroty
|
# And Android SDK to path, if within Library direcroty
|
||||||
if [ "$(uname -s)" = "Darwin" ] && [[ -d "${HOME}/Library/Android/" ]]; then
|
if [ "$(uname -s)" = "Darwin" ] && [[ -d "${HOME}/Library/Android/" ]]; then
|
||||||
export PATH="${HOME}/Library/Android/sdk/emulator:${PATH}"
|
export PATH="${HOME}/Library/Android/sdk/emulator:${PATH}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user