diff options
author | David Thompson <davet@gnu.org> | 2015-05-24 19:42:02 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-24 19:42:02 -0400 |
commit | f88969052ae40c47b9f1998f09cf9f7a57402ddf (patch) | |
tree | 8b71780218fd9b50d1e0415d5126876a7be2abc5 | |
parent | 41944adfc5ebf7e9d1c24d255a4a2a396439b947 (diff) |
bash: Add guix-dev-env alias.
-rw-r--r-- | dotfiles/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 9090dc4..0914d1d 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -36,3 +36,5 @@ shopt -s globstar PS1='\u@\h \w\$ ' alias ls='ls -p --color' alias ll='ls -l' + +alias guix-dev-env="guix environment -e '(@@ (gnu packages package-management) guix-devel)'" |