diff options
-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 |