remove starship & wakatime

This commit is contained in:
Alexander Popov 2022-06-25 20:28:56 +03:00
parent f072646878
commit 3ce6203ad2
1 changed files with 0 additions and 7 deletions

View File

@ -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)"