dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 67e7850e851afcc79c1ad60bedc7370be8a81b37
parent bb3fa7159203983c7c9854e1218206473bceade9
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Sun, 13 Apr 2025 16:06:45 +0300

sh: change homebrew location

Diffstat:
Msh/dot-zshrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sh/dot-zshrc b/sh/dot-zshrc @@ -65,12 +65,12 @@ jp () { # zsh specific +source ~/.profile alias reload='source ~/.zshrc' setopt EXTENDED_HISTORY setopt inc_append_history_time -source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh +source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh source <(fzf --zsh) -source ~/.profile