Skip to content

Commit

Permalink
removes one useless echo in zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
quentindecock committed Jun 8, 2015
1 parent 43ff836 commit 2556f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Expand Up @@ -24,7 +24,7 @@ bindkey -M vicmd '?' history-incremental-pattern-search-forward
bindkey -M viins '^R' history-incremental-pattern-search-backward
bindkey -M viins '^F' history-incremental-pattern-search-forward

echo -e "\033]P44040ff\033\\"
# echo -e "\033]P44040ff\033\\"

if [[ -s "${ZDOTDIR:-$HOME}/.zshrc-mine" ]]; then
source "${ZDOTDIR:-$HOME}/.zshrc-mine"
Expand Down

0 comments on commit 2556f92

Please sign in to comment.