Add test for iterm integrations and clean up duplicate path entries

This commit is contained in:
2018-12-17 08:58:58 -08:00
parent 9953dbbf2e
commit e781535a51

1
.zshrc
View File

@@ -9,6 +9,7 @@ case "`uname`" in
STATARGS="-c %Z"
;;
Darwin)
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
STATARGS="-f %m"
;;
*)