summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2015-10-09 16:34:13 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2015-10-09 16:35:15 -0400
commitf4ff8b1a02b9a04fe6c172a11dfb6b3c83c37740 (patch)
tree2ec50c14e0e6cf0374b821559bf2de1921bc1af1
parent2806bfa29ed9348935de3f4becff2ae9f9a506e8 (diff)
bashrc: Add helpful aliases.
-rw-r--r--dotfiles/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
index 4e9d2a5..09efb5f 100644
--- a/dotfiles/.bashrc
+++ b/dotfiles/.bashrc
@@ -52,4 +52,6 @@ alias sly-dev-env="cd ~/Code/sly; guix environment -l package.scm"
if vhl
then
alias rackknife="knife rackspace -c .chef/rack_knife.rb"
+ alias chef-env="cd ~/Code/chef-repo; eval $(~/bin/gem-env chef-repo)"
+ alias api-env="cd ~/Code/api; eval $(~/bin/gem-env api)"
fi