Skip to content

Commit

Permalink
refactor: changing ohmybash theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcicca committed Jan 28, 2025
1 parent 570bf1e commit cad0a25
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ case $- in
esac

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


OSH_THEME="nekonight_moon"
OSH_THEME="nekolight"
DISABLE_AUTO_UPDATE="true"
COMPLETION_WAITING_DOTS="true"

Expand All @@ -16,21 +18,12 @@ plugins=(
brew
)

completions=(
git
composer
ssh
)

aliases=(
general
)

source "$OSH"/oh-my-bash.sh


export LANG=en_US.UTF-8

if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
else
Expand All @@ -51,3 +44,7 @@ alias gitchb="git checkout -b"

export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"

if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
fi

0 comments on commit cad0a25

Please sign in to comment.