aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-18 12:16:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-18 12:16:02 +1200
commit6f4b1f95f07f0ac0defd09aedc72e4abde6b9984 (patch)
tree77e18dbc259e3fe99d5d8540a66545dbfefaabf0 /bash
parentSwap install/applist sections (diff)
downloaddotfiles-6f4b1f95f07f0ac0defd09aedc72e4abde6b9984.tar.gz
dotfiles-6f4b1f95f07f0ac0defd09aedc72e4abde6b9984.zip
Shortcut for re-sourcing ~/.bashrc
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/aliases.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc.d/aliases.bash b/bash/bashrc.d/aliases.bash
index ec869fd3..5afeb557 100644
--- a/bash/bashrc.d/aliases.bash
+++ b/bash/bashrc.d/aliases.bash
@@ -7,3 +7,6 @@ alias gdb='gdb -q'
# Quick way to get ls -al, since I do that a lot
alias ll='ls -al'
+# Re-source ~/.bashrc
+alias sb='source ~/.bashrc'
+