From 5d112d00f9cc007cdd0f273c5a6772a18dc055b9 Mon Sep 17 00:00:00 2001 From: bgcicca Date: Mon, 10 Feb 2025 17:11:03 -0300 Subject: [PATCH] fixxing bashrc --- .bashrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 38bf27a..16d8a5a 100644 --- a/.bashrc +++ b/.bashrc @@ -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" @@ -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"