aboutsummaryrefslogtreecommitdiff
path: root/dot-bashrc
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-11-01 01:26:42 +0000
committerBlake Romero <blake@blkrom.com>2024-11-01 10:31:37 +0000
commit4df2d1e28ff3070e59771de4990040432d416d7f (patch)
treee344fa9d685470dff4b8d538a9c606b599fbd76b /dot-bashrc
parent4eeac04063f20d0a77e7d3b710de0f717682e25f (diff)
Add bash aliases
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