From 3ce6203ad2d9aa577715106785710a63b0bd6816 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 25 Jun 2022 20:28:56 +0300 Subject: [PATCH] remove starship & wakatime --- ~/Bash/.bashrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/~/Bash/.bashrc b/~/Bash/.bashrc index 2ed66f5..ed419c5 100644 --- a/~/Bash/.bashrc +++ b/~/Bash/.bashrc @@ -1,10 +1,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -# SOURCES -source /usr/share/git/completion/git-completion.bash -source $HOME/.config/bash-wakatime/bash-wakatime.sh - export GPG_TTY=$(tty) # ALIASES @@ -21,6 +17,3 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" export PATH="$PATH:node_modules/.bin:$HOME/.bin" - -# StarShip -eval "$(starship init bash)"