aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2020-08-24 21:48:52 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2020-08-24 21:48:52 +0200
commit785b23031cebaa17c7b3eb897a499999d02c632c (patch)
tree85089132e41c347c20a8fb90fcbb0593d8ae6e3a
parentb9f41964c6bb7107d2c71674e6d90a4f97e210e5 (diff)
downloaddotfiles-785b23031cebaa17c7b3eb897a499999d02c632c.tar.gz
dotfiles-785b23031cebaa17c7b3eb897a499999d02c632c.tar.bz2
dotfiles-785b23031cebaa17c7b3eb897a499999d02c632c.zip
Liquidprompt loading on ubuntu
-rwxr-xr-xbash/.bashrc2
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
192if exists liquidprompt; then 192if exists liquidprompt; then
193 source $(which liquidprompt) 2> /dev/null 193 source $(which liquidprompt) 2> /dev/null
194elif [ -f "/usr/share/liquidprompt/liquidprompt" ]; then
195 source /usr/share/liquidprompt/liquidprompt 2> /dev/null
194fi 196fi
195 197
196# Fancy system info 198# Fancy system info