From 7d81df34766bd55614d083d6f17e0b487ef1b725 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Mon, 16 Dec 2019 11:36:13 +0100 Subject: [PATCH] removed 1 from /dev/null1 and removed neofetch --- bash/.bashrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 93ca0d9..569563e 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -21,15 +21,12 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion # Fix .netcore paths if dotnet is installed -if hash dotnet 2>/dev/null1; then +if hash dotnet 2>/dev/null; then export DOTNET_ROOT=/opt/dotnet export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks export PATH="${PATH}:${DOTNET_ROOT}:~/.dotnet/tools" fi -#... :P fancy stuffs -#screenfetch -t -A "UBUNTU" -neofetch PS1='[\u@\h \W]\$ ' if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then