tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
.dotfiles changes
biscui.tech
2 years ago
1070c165
09e626ae
+3
2 changed files
expand all
collapse all
unified
split
.bashrc
.zshrc
+1
.bashrc
···
116
116
fi
117
117
fi
118
118
. "$HOME/.cargo/env"
119
119
+
eval "$(/bin/brew shellenv)"
+2
.zshrc
···
112
112
source <(fzf --zsh)
113
113
114
114
eval "$(zoxide init zsh)"
115
115
+
116
116
+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"