Update bashrc

This commit is contained in:
Tyler Perkins 2021-08-03 23:57:18 +00:00
parent 6c5fe40879
commit 964a09b465

View File

@ -50,6 +50,7 @@ alias diff="diff --color=auto"
alias grep="grep -i --color=auto"
alias mv="mv -v"
alias nnn="nnn -e"
alias sudo="doas"
alias sched="vim /home/tyler/school/Sched.txt"
@ -72,19 +73,3 @@ echo -e "${_PROMPT_HEAD_}#WIp : ${_PROMPT_VAR_}$(ifconfig wlo1 | grep -Eo 'inet
echo -e "${_PROMPT_HEAD_}#PIp : ${_PROMPT_VAR_}$(curl -s ipinfo.io/ip)"
echo -e "${_PROMPT_HEAD_}#Time: ${_PROMPT_VAR_}$(date +"%T")"
echo -e "${_PROMPT_HEAD_}#Batt: ${_PROMPT_VAR_}${_BATTERY_}%"
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
#__conda_setup="$('/home/tyler/code/miniconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
#if [ $? -eq 0 ]; then
# eval "$__conda_setup"
#else
# if [ -f "/home/tyler/code/miniconda3/etc/profile.d/conda.sh" ]; then
# . "/home/tyler/code/miniconda3/etc/profile.d/conda.sh"
# else
# export PATH="/home/tyler/code/miniconda3/bin:$PATH"
# fi
#fi
#unset __conda_setup
# <<< conda initialize <<<