From c7fe6a577c39fa224d3384a7e4ee856591750c9b Mon Sep 17 00:00:00 2001 From: dhvcc Date: Mon, 4 Mar 2024 16:25:39 +0300 Subject: [PATCH] brew for macos --- .bashrc | 2 +- .zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index b6cc9cd..e95a6ed 100644 --- a/.bashrc +++ b/.bashrc @@ -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' diff --git a/.zshrc b/.zshrc index 9ab91c6..cf6dbf5 100644 --- a/.zshrc +++ b/.zshrc @@ -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