summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-06-10 00:30:40 +0200
committeryuzu-eva <stevenhu@web.de>2022-06-10 00:30:40 +0200
commit814e8d99a1e87d14ffb7056b4f1f5474d640dc74 (patch)
tree9a995ed589ee7b019652e6741b4e03bac84c5a75 /.bashrc
parenta00aa5b27ea7b55387c794ed3a57ab5f542c58fd (diff)
changed some aliases
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.