iTerm2 integration
This commit is contained in:
parent
f91badaed3
commit
469eb44bc3
2 changed files with 11 additions and 0 deletions
|
@ -189,6 +189,12 @@
|
|||
clone.args = ["--depth", "1"]
|
||||
pull.args = ["--ff-only"]
|
||||
|
||||
### iTerm2 Shell Integration
|
||||
[".local/src/iterm2/shell-integration.sh"]
|
||||
type = "file"
|
||||
url = "https://iterm2.com/shell_integration/install_shell_integration.sh"
|
||||
refreshPeriod = "{{ $refreshPeriod }}"
|
||||
|
||||
### Ansible Roles / Playbook
|
||||
[".local/src/gas-station"]
|
||||
type = "git-repo"
|
||||
|
|
|
@ -124,6 +124,11 @@ fi
|
|||
# . "$HOME/.local/scripts/fzf-tmux.bash"
|
||||
#fi
|
||||
|
||||
### iTerm2
|
||||
if [ -f "$HOME/.local/src/iterm2/shell-integration.sh" ]; then
|
||||
source "$HOME/.local/src/iterm2/shell-integration.sh"
|
||||
fi
|
||||
|
||||
### McFly
|
||||
export MCFLY_PROMPT="❯"
|
||||
if [ -d /Applications ] && [ -d /System ]; then
|
||||
|
|
Loading…
Reference in a new issue