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"]
|
clone.args = ["--depth", "1"]
|
||||||
pull.args = ["--ff-only"]
|
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
|
### Ansible Roles / Playbook
|
||||||
[".local/src/gas-station"]
|
[".local/src/gas-station"]
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
|
|
|
@ -124,6 +124,11 @@ fi
|
||||||
# . "$HOME/.local/scripts/fzf-tmux.bash"
|
# . "$HOME/.local/scripts/fzf-tmux.bash"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
### iTerm2
|
||||||
|
if [ -f "$HOME/.local/src/iterm2/shell-integration.sh" ]; then
|
||||||
|
source "$HOME/.local/src/iterm2/shell-integration.sh"
|
||||||
|
fi
|
||||||
|
|
||||||
### McFly
|
### McFly
|
||||||
export MCFLY_PROMPT="❯"
|
export MCFLY_PROMPT="❯"
|
||||||
if [ -d /Applications ] && [ -d /System ]; then
|
if [ -d /Applications ] && [ -d /System ]; then
|
||||||
|
|
Loading…
Reference in a new issue