diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-10-09 16:34:13 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-10-09 16:35:15 -0400 |
commit | f4ff8b1a02b9a04fe6c172a11dfb6b3c83c37740 (patch) | |
tree | 2ec50c14e0e6cf0374b821559bf2de1921bc1af1 | |
parent | 2806bfa29ed9348935de3f4becff2ae9f9a506e8 (diff) |
bashrc: Add helpful aliases.
-rw-r--r-- | dotfiles/.bashrc | 2 |
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 |