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