From 21a7bd0d20c6bd7ffe086715699454fa78824fab Mon Sep 17 00:00:00 2001 From: Quinn Date: Fri, 21 Mar 2025 17:40:19 +0100 Subject: [PATCH] fix: dotnet bullshit & minor warning --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 108da0d..c77d9e5 100644 --- a/.bashrc +++ b/.bashrc @@ -47,14 +47,14 @@ alias mv='mv -i' #alias rm='rm -i' alias py3='python3' -alias hgit="git --git-dir=$HOME/.home-conf.git --work-tree=$HOME" +alias hgit='git --git-dir=$HOME/.home-conf.git --work-tree=$HOME' __git_complete hgit __git_main # opt out of dotnet's telenetry -DOTNET_CLI_TELEMETRY_OPTOUT=1 +export DOTNET_CLI_TELEMETRY_OPTOUT=1 # cute lil hyfetch :3 if [[ $TERM == "xterm-kitty" ]]; then - hyfetch + hyfetch fi