diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-13 08:49:30 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-13 08:51:07 -0400 |
commit | f22d9ea74647c6076db65fe268ba03a89c7c026d (patch) | |
tree | 8035092d33005cfd4b036fa12cebde128e53ee65 | |
parent | df9d3fd9f69dda5246e9ef11b9bea0a49689dad1 (diff) |
bashrc: Add sly-dev-env alias.
-rw-r--r-- | dotfiles/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 00fe270..4e9d2a5 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -47,6 +47,7 @@ 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 |