this repo has no description

.dotfiles changes

+3
+1
.bashrc
··· 116 116 fi 117 117 fi 118 118 . "$HOME/.cargo/env" 119 + eval "$(/bin/brew shellenv)"
+2
.zshrc
··· 112 112 source <(fzf --zsh) 113 113 114 114 eval "$(zoxide init zsh)" 115 + 116 + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"