summaryrefslogtreecommitdiff
path: root/dotfiles/.bashrc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-07-12 10:00:09 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-07-12 10:00:09 -0400
commitf0e7bc14ab6f77eb35d7f3bfb0fe1440d4428e8e (patch)
tree1810b2853fcaec6b9b1c2b5e630060a23e978a42 /dotfiles/.bashrc
parent8dc62550ce4220aca473b9e377e8c9c9cd340881 (diff)
Big ol' backlog of previously uncommitted changes.
Diffstat (limited to 'dotfiles/.bashrc')
-rw-r--r--dotfiles/.bashrc13
1 files changed, 0 insertions, 13 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
index 06f8579..363f061 100644
--- a/dotfiles/.bashrc
+++ b/dotfiles/.bashrc
@@ -51,16 +51,3 @@ fi
alias ls='ls -p --color'
alias ll='ls -l'
-
-alias guix-dev-env="cd ~/Code/guix; guix environment -e '(@@ (gnu packages package-management) guix-devel)'"
-alias sly-dev-env="cd ~/Code/sly; guix environment -l package.scm"
-
-if vhl
-then
- alias chef-env="cd ~/Code/chef-repo; eval $(~/bin/gem-env chef-repo)"
- alias api-env="cd ~/Code/api; eval $(~/bin/gem-env api)"
- alias knife="bundle exec knife"
- alias berks="bundle exec berks"
- alias kitchen="bundle exec kitchen"
- alias cfer="bundle exec cfer"
-fi