This commit is contained in:
Christophe Buffenoir 2014-11-25 13:16:50 +01:00
commit f5aeae1f0b
3 changed files with 4 additions and 4 deletions

View File

@ -213,7 +213,7 @@ map <silent> <F6> :1;$ s/[\r \t]\+$//<Return>
""Supprimer les ^M dans vos fichiers avec la touche w
map <silent> <F7> :1;$ s/\r//g<Return>
set rtp+=~/.local/lib/python2.7/site-packages/powerline/bindings/vim
set rtp+=~/.local/lib/python3.4/site-packages/powerline/bindings/vim
set laststatus=2 " Always display the statusline in all windows
"set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)

View File

@ -93,7 +93,7 @@ function cd() {
# Customize to your needs...
export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin
. ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
. ~/.local/lib/python3.4/site-packages/powerline/bindings/zsh/powerline.zsh
ssc() { ssh -XC -p ${3:-"22"} -t ${2:-`whoami`}@$1 ${argv[4,-1]} }

View File

@ -18,8 +18,8 @@ git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/cu
touch ~/.zshrc-local
pip install --upgrade --user jedi
pip install --upgrade --user git+git://github.com/Lokaltog/powerline
pip3 install --upgrade --user jedi
pip3 install --upgrade --user git+git://github.com/Lokaltog/powerline
pip install --upgrade --user pyCardDav
mkdir -p ~/.config/pycard
curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample