Fix powerline
This commit is contained in:
parent
8c5b06317f
commit
f73fd578e3
3 changed files with 3 additions and 2 deletions
|
@ -26,4 +26,4 @@ set -g history-limit 1000
|
||||||
#set -g status-left '#[fg=green][#[fg=brightblue]#(whoami)#[fg=white]@#[fg=brightblue]#H#[fg=white]:#[fg=brightblue]#S#[fg=green]][#[default]'
|
#set -g status-left '#[fg=green][#[fg=brightblue]#(whoami)#[fg=white]@#[fg=brightblue]#H#[fg=white]:#[fg=brightblue]#S#[fg=green]][#[default]'
|
||||||
#set -g status-right '#[fg=green]][#[fg=blue]%d/%m #[fg=brightblue]%H:%M#[fg=green]]#[default]'
|
#set -g status-right '#[fg=green]][#[fg=blue]%d/%m #[fg=brightblue]%H:%M#[fg=green]]#[default]'
|
||||||
|
|
||||||
source-file ~/.local/lib/python3.4/site-packages/powerline/bindings/tmux/powerline.conf
|
source-file ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf
|
||||||
|
|
|
@ -93,7 +93,7 @@ function cd() {
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin
|
export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin
|
||||||
. ~/.local/lib/python3.4/site-packages/powerline/bindings/zsh/powerline.zsh
|
. ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||||
|
|
||||||
ssc() { ssh -XC -p ${3:-"22"} -t ${2:-`whoami`}@$1 ${argv[4,-1]} }
|
ssc() { ssh -XC -p ${3:-"22"} -t ${2:-`whoami`}@$1 ${argv[4,-1]} }
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ touch ~/.zshrc-local
|
||||||
|
|
||||||
pip3 install --upgrade --user jedi
|
pip3 install --upgrade --user jedi
|
||||||
pip3 install --upgrade --user git+git://github.com/Lokaltog/powerline
|
pip3 install --upgrade --user git+git://github.com/Lokaltog/powerline
|
||||||
|
pip install --upgrade --user git+git://github.com/Lokaltog/powerline
|
||||||
pip install --upgrade --user pyCardDav
|
pip install --upgrade --user pyCardDav
|
||||||
mkdir -p ~/.config/pycard
|
mkdir -p ~/.config/pycard
|
||||||
curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample
|
curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample
|
||||||
|
|
Loading…
Reference in a new issue