summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"