From 322e48cc0bd523390d623d6311ca8a6a04ac2b9d Mon Sep 17 00:00:00 2001 From: logan2611 Date: Wed, 29 Apr 2020 15:36:56 -0600 Subject: [PATCH] Removed redundant bullshit from bashrc --- .bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index cbec330..fd622ce 100644 --- a/.bashrc +++ b/.bashrc @@ -24,5 +24,3 @@ complete -cf sudo PS1="[\\u@\\h: \\w]$ " [ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh -alias sudo='sudo ' -complete -cf sudo