diff options
| author | 2020-08-24 21:48:52 +0200 | |
|---|---|---|
| committer | 2020-08-24 21:48:52 +0200 | |
| commit | 785b23031cebaa17c7b3eb897a499999d02c632c (patch) | |
| tree | 85089132e41c347c20a8fb90fcbb0593d8ae6e3a | |
| parent | b9f41964c6bb7107d2c71674e6d90a4f97e210e5 (diff) | |
| download | dotfiles-785b23031cebaa17c7b3eb897a499999d02c632c.tar.gz dotfiles-785b23031cebaa17c7b3eb897a499999d02c632c.tar.bz2 dotfiles-785b23031cebaa17c7b3eb897a499999d02c632c.zip | |
Liquidprompt loading on ubuntu
| -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 |
