tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
zshrc
biscui.tech
2 years ago
7b689a93
f1f6042e
+1
-1
1 changed file
expand all
collapse all
unified
split
.zshrc
+1
-1
.zshrc
···
107
107
108
108
export COLORTERM=truecolor
109
109
source ~/.profile
110
110
+
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
110
111
111
112
# Set up fzf key bindings and fuzzy completion
112
113
source <(fzf --zsh)
113
114
114
115
eval "$(zoxide init --cmd cd zsh)"
115
116
116
116
-
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"