Skip to content

Commit

Permalink
πŸ› Fixxing order
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcicca committed Jan 20, 2025
1 parent 10a37b9 commit f8862a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME=emoji
ZSH_THEME=nekonight
DISABLE_LS_COLORS="true"

plugins=(
Expand All @@ -19,9 +19,11 @@ else
export EDITOR='nvim'
fi

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

eval $(thefuck --alias)

export PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
export PATH="$PATH:~/scripts"

alias -s git="git clone"

Expand Down

0 comments on commit f8862a9

Please sign in to comment.