summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 20e3648..d1cf632 100644
--- a/.bashrc
+++ b/.bashrc
@@ -115,11 +115,11 @@ if ! shopt -oq posix; then
fi
## Powerline
-if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
+if [ -f "$HOME/.local/lib/python3.8/site-packages/powerline/bindings/bash/powerline.sh" ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
- source /usr/share/powerline/bindings/bash/powerline.sh
+ source "$HOME/.local/lib/python3.8/site-packages/powerline/bindings/bash/powerline.sh"
fi
# Generated for envman. Do not edit.