this repo has no description

.dotfiles changes

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