From 16480b35a837f254baf875e5e067acfca1560503 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Tue, 24 Sep 2019 08:59:22 +0200 Subject: added git prompt and completion --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 7381c73..2344565 100644 --- a/.bash_profile +++ b/.bash_profile @@ -29,3 +29,6 @@ if [ -f "${SSH_ENV}" ]; then else start_agent; fi + +test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" + -- cgit v1.2.3