summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2015-05-24 04:35:24 -0400
committerDavid Thompson <davet@gnu.org>2015-05-24 04:35:24 -0400
commit00367f29c97c6a08c88d2ce7a4fcc85ca1f40ec5 (patch)
tree23bb6aad81433eede3d616907d043da496b36ce5
parente18a2fc5a58c54c27d5a2679c8ef7539719ccd0c (diff)
bash: Remove 'guix' alias.
-rw-r--r--dotfiles/.bashrc3
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"