diff options
author | David Thompson <davet@gnu.org> | 2015-05-24 04:35:24 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-24 04:35:24 -0400 |
commit | 00367f29c97c6a08c88d2ce7a4fcc85ca1f40ec5 (patch) | |
tree | 23bb6aad81433eede3d616907d043da496b36ce5 | |
parent | e18a2fc5a58c54c27d5a2679c8ef7539719ccd0c (diff) |
bash: Remove 'guix' alias.
-rw-r--r-- | dotfiles/.bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 8e0622e..9090dc4 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -36,6 +36,3 @@ shopt -s globstar PS1='\u@\h \w\$ ' alias ls='ls -p --color' alias ll='ls -l' - -# Alias for development guix -alias guix="$HOME/Code/guix/pre-inst-env guix" |