fix: dotnet bullshit & minor warning
This commit is contained in:
6
.bashrc
6
.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
|
||||
|
||||
Reference in New Issue
Block a user