diff options
Diffstat (limited to 'bash/.bashrc')
| -rwxr-xr-x | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index cd6c966..3090d18 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -191,6 +191,8 @@ fi | |||
| 191 | # Fancy bash prompt | 191 | # Fancy bash prompt |
| 192 | if exists liquidprompt; then | 192 | 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 | ||
| 195 | source /usr/share/liquidprompt/liquidprompt 2> /dev/null | ||
| 194 | fi | 196 | fi |
| 195 | 197 | ||
| 196 | # Fancy system info | 198 | # Fancy system info |
