From 310ebd8efead4b64d3110f77ed3f587fbaa8896c Mon Sep 17 00:00:00 2001 From: hophacker Date: Tue, 16 May 2017 02:24:35 +0800 Subject: [PATCH] hophacker to rallets-network --- README.md | 10 +++++----- vim/settings/python-mode.vim | 1 + zsh/aliases.zsh | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1e8763c..286a15e 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ # Yet Another Dotfile Repo v1.1 # Now with Prezto and Vundle! -[![Join the chat at https://gitter.im/hophacker/dotfiles](https://badges.gitter.im/hophacker/dotfiles.svg)](https://gitter.im/hophacker/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Join the chat at https://gitter.im/hophacker/dotfiles](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hophacker/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/rallets-network/dotfiles](https://badges.gitter.im/rallets-network/dotfiles.svg)](https://gitter.im/rallets-network/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/rallets-network/dotfiles](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rallets-network/dotfiles?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -#### sh -c "\`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh \`" +#### sh -c "\`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh \`" **总是记住在拉取代码后运行`rake update`来确保插件都更新过了** @@ -40,13 +40,13 @@ 开始先运行: ```bash -sh -c "`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh`" +sh -c "`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh`" ``` **注意:** YADR会自动安装它的所有子模块。如果你需要在安装每个模块前确认一下, 使用: ```bash -sh -c "`curl -fsSL https://raw.githubusercontent.com/hophacker/dotfiles/master/install.sh`" -s ask +sh -c "`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh`" -s ask ``` ## 等等,还没完。这一步不能少: diff --git a/vim/settings/python-mode.vim b/vim/settings/python-mode.vim index 4b8a943..49f86af 100644 --- a/vim/settings/python-mode.vim +++ b/vim/settings/python-mode.vim @@ -8,6 +8,7 @@ let g:pymode_run_bind = "" let g:pymode_doc_bind = "" let g:pymode_lint_ignore = "W0611" let g:pymode_options_max_line_length=160 +let g:pymode_rope_lookup_project = 0 augroup filetype_python autocmd! diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 31fe765..738505f 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -242,8 +242,8 @@ case "$OSTYPE" in esac alias ssh_by_password='ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no' alias ssh_copy_id='ssh-copy-id -o PreferredAuthentications=password -o PubkeyAuthentication=no' -alias ssh_="ssh -F ~/Projects/rallets-server/rallets-fabric/.ssh/config" -alias scp_="scp -F ~/Projects/rallets-server/rallets-fabric/.ssh/config" +alias ssh_="ssh -F .ssh/config" +alias scp_="scp -F .ssh/config" alias chrome_proxy="google-chrome --proxy-server='http://127.0.0.1:8118'" alias ls_folder_size="du -sch .[!.]* * |sort -h" alias top_by_memory="top -o %MEM"