Skip to content

Commit

Permalink
brew for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Mar 4, 2024
1 parent 5a182ee commit c7fe6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export HISTSIZE=1000000
export HISTFILESIZE=1000000
export VISUAL=nvim
export EDITOR=nvim
export PATH="$HOME/.local/bin:$HOME/go:$HOME/go/bin:$HOME/.cargo/bin:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.poetry/bin:/home/linuxbrew/.linuxbrew/bin:$PATH"
export PATH="$HOME/.local/bin:$HOME/go:$HOME/go/bin:$HOME/.cargo/bin:$HOME/.local/share/gem/ruby/3.0.0/bin:$HOME/.poetry/bin:/home/linuxbrew/.linuxbrew/bin:/opt/homebrew/bin:$PATH"

# Util configs
export FZF_DEFAULT_COMMAND='rg --files --follow --no-ignore-vcs --hidden'
Expand Down
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ path+=(
$HOME/.local/share/gem/ruby/3.0.0/bin
$HOME/.poetry/bin
/home/linuxbrew/.linuxbrew/bin
/opt/homebrew/bin
)

# Util configs
Expand Down

0 comments on commit c7fe6a5

Please sign in to comment.