bashrc: do not specify python 3 version for powerline
This commit is contained in:
parent
a627ec38c3
commit
f0bc4632f5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ if [[ $TERM == xterm-termite ]]; then
|
||||||
powerline-daemon -q
|
powerline-daemon -q
|
||||||
export POWERLINE_BASH_CONTINUATION=1
|
export POWERLINE_BASH_CONTINUATION=1
|
||||||
export POWERLINE_BASH_SELECT=1
|
export POWERLINE_BASH_SELECT=1
|
||||||
source /usr/lib/python3.7/site-packages/powerline/bindings/bash/powerline.sh
|
source /usr/lib/python3.?/site-packages/powerline/bindings/bash/powerline.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Bash history
|
#Bash history
|
||||||
|
|
Loading…
Reference in a new issue