Merging
This commit is contained in:
commit
f5aeae1f0b
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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]} }
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue