From 1746ea2749f651da0423bfe637cddf0c22df831a Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 23 Nov 2016 21:36:19 +0100 Subject: Updated dotfiles --- bash/.bashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index d9f3a6c..c86b8cb 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -44,7 +44,7 @@ man() { # Helpfull functions exists() { - hash $@ 2> /dev/null + type $@ &> /dev/null } is_function() { @@ -157,6 +157,10 @@ if exists gnome-keyring-daemon; then fi fi +if exists sensible.bash; then + source sensible.bash +fi + # Fancy bash prompt if exists liquidprompt; then source $(which liquidprompt) 2> /dev/null -- cgit v1.2.3