From f22d9ea74647c6076db65fe268ba03a89c7c026d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 13 Aug 2015 08:49:30 -0400 Subject: bashrc: Add sly-dev-env alias. --- dotfiles/.bashrc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3