Browse Source

Fix comment

master
Brett Langdon 8 years ago
parent
commit
aac14885d4
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      zshrc

+ 1
- 2
zshrc View File

@ -5,6 +5,5 @@ source ${ZSH_DIR}/bootstrap.zsh
unsetopt inc_append_history share_history unsetopt inc_append_history share_history
setopt NO_BEEP histignorealldups setopt NO_BEEP histignorealldups
# # Setup iterm2 shell integration
# Setup iterm2 shell integration
test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh

Loading…
Cancel
Save