1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

Test of integration of brew and utils

This commit is contained in:
2021-10-28 10:11:01 +02:00
parent 360ae5fa01
commit a98a44ba5d
6 changed files with 42 additions and 30 deletions

View File

@ -6,9 +6,8 @@ alias ls='ls -F -G'
alias skill=killall
alias lsrebuild='/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user'
# alias vim='/Applications/MacVim.app/Contents/MacOS/Vim '
# alias vi='/Applications/MacVim.app/Contents/MacOS/Vim '
# alias mvim='mvim --remote-tab-silent '
# alias mvim='open -a MacVim '
# Setup iTerm shell integration
test -e $HOME/.iterm2_shell_integration.zsh && source $HOME/.iterm2_shell_integration.zsh && export ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX=YES || echo "iTerm sh integration not installed"
# vim: set ts=4 sw=4 tw=0 ft=zsh :