Skip to content

Commit

Permalink
fixxing bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcicca committed Feb 10, 2025
1 parent 5c614b2 commit 5d112d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ case $- in
*) return;;
esac

export OSH='/home/brunociccarino/.oh-my-bash'
export FASTVIM_HOME="$HOME/.config/fastvim"
export OSH='/home/cicca/.oh-my-bash'
export DISABLE_OMF_STATS=true
export LANG=en_US.UTF-8

eval "$(starship init bash)"
DISABLE_AUTO_UPDATE="true"
Expand All @@ -30,6 +28,9 @@ else
export EDITOR='nvim'
fi

export NVM_DIR="$HOME/.nvm"
[ -s "/home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh" ] && \. "/home/linuxbrew/.linuxbrew/opt/nvm/nvm.sh"
[ -s "/home/linuxbrew/.linuxbrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/home/linuxbrew/.linuxbrew/opt/nvm/etc/bash_completion.d/nvm"

alias bashconfig="mate ~/.bashrc"
alias ohmybash="mate ~/.oh-my-bash"
Expand Down

0 comments on commit 5d112d0

Please sign in to comment.