diff options
| author | 2021-08-04 23:16:25 +0200 | |
|---|---|---|
| committer | 2021-08-04 23:16:25 +0200 | |
| commit | ae4cbacb6b85c9b936a40c481179fc523c55e8bd (patch) | |
| tree | 11b74e5d9ac5353b024ac3a2ad62349eba854499 | |
| parent | 805865e7e8e9816e27cfb536619445e46090f98f (diff) | |
| download | dotfiles-ae4cbacb6b85c9b936a40c481179fc523c55e8bd.tar.gz dotfiles-ae4cbacb6b85c9b936a40c481179fc523c55e8bd.tar.bz2 dotfiles-ae4cbacb6b85c9b936a40c481179fc523c55e8bd.zip | |
Fixed loading liquidprompt
| -rwxr-xr-x | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index d102cea..34e2d44 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -193,6 +193,8 @@ if exists liquidprompt; then | |||
| 193 | source $(which liquidprompt) 2> /dev/null | 193 | source $(which liquidprompt) 2> /dev/null |
| 194 | elif [ -f "/usr/share/liquidprompt/liquidprompt" ]; then | 194 | elif [ -f "/usr/share/liquidprompt/liquidprompt" ]; then |
| 195 | source /usr/share/liquidprompt/liquidprompt 2> /dev/null | 195 | source /usr/share/liquidprompt/liquidprompt 2> /dev/null |
| 196 | elif [ -f "/usr/local/share/liquidprompt" ]; then | ||
| 197 | source /usr/local/share/liquidprompt 2> /dev/null | ||
| 196 | fi | 198 | fi |
| 197 | 199 | ||
| 198 | # Fancy system info | 200 | # Fancy system info |
