aboutsummaryrefslogtreecommitdiff
path: root/dot-bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot-bashrc')
-rw-r--r--dot-bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-bashrc b/dot-bashrc
index ec7af07..93f8b37 100644
--- a/dot-bashrc
+++ b/dot-bashrc
@@ -43,3 +43,6 @@ function branch() {
[ -n "$branch" ] && printf " on \001%s\002%s\001%s\002" "$green" "$branch" "$reset"
}
export PS1="[$user@$host in $dir\$(branch)] "
+
+# Load aliases
+[[ -f ~/.bash_aliases ]] && source ~/.bash_aliases