aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-04-25 21:28:25 +0000
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-04-25 21:28:25 +0000
commitacf750e9f33c1c6afafeffcddd0868387529ea7e (patch)
tree6789d2819ee00d35813404571ff229647586aaf6 /bash/.bashrc
parent5a1b039d4c0da4ddc7aafc10892408e45861a756 (diff)
downloaddotfiles-acf750e9f33c1c6afafeffcddd0868387529ea7e.tar.gz
dotfiles-acf750e9f33c1c6afafeffcddd0868387529ea7e.tar.bz2
dotfiles-acf750e9f33c1c6afafeffcddd0868387529ea7e.zip
Added chjl alias to bashrc
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 11a8788..b2b81ab 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -71,6 +71,12 @@ if exists gem; then
71 export PATH="$PATH:$GEM_HOME" 71 export PATH="$PATH:$GEM_HOME"
72fi 72fi
73 73
74if exists ezjail-admin; then
75 chjl() {
76 sudo ezjail-admin console $@.tomvanderlee.com
77 }
78fi
79
74if exists liquidprompt; then 80if exists liquidprompt; then
75 source liquidprompt 81 source liquidprompt
76fi 82fi