Browse Source

macos: ++iterm2

master
Maxim Likhachev 6 years ago
parent
commit
131cb604a2
  1. 2
      etc/shell/bash/bashrc_macos

2
etc/shell/bash/bashrc_macos

@ -1,5 +1,7 @@
PATH="/usr/local/opt/coreutils/libexec/gnubin/:/Applications/:~/go/bin/:~/Library/Python/3.7/bin/:$PATH" PATH="/usr/local/opt/coreutils/libexec/gnubin/:/Applications/:~/go/bin/:~/Library/Python/3.7/bin/:$PATH"
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
[[ -f $BASHRC/aliases_macos ]] && MACOS_ALIASES="$BASHRC/aliases_macos" \ [[ -f $BASHRC/aliases_macos ]] && MACOS_ALIASES="$BASHRC/aliases_macos" \
&& . $MACOS_ALIASES \ && . $MACOS_ALIASES \
&& HELPSRC+=("$MACOS_ALIASES") && HELPSRC+=("$MACOS_ALIASES")

Loading…
Cancel
Save