remove starship & wakatime
This commit is contained in:
parent
f072646878
commit
3ce6203ad2
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user