This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat: add fzf history
master
Tovi Jaeschke-Rogers
6 months ago
parent
fa5845b6ab
commit
536ba8d853
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.zshrc
+ 2
- 0
.zshrc
View File
@ -102,3 +102,5 @@ if [[ $(uname) == 'Darwin' ]]; then
eval
"
$(
rbenv init - zsh
)
"
eval
"
$(
rbenv init - zsh
)
"
fi
fi
source
<
(
fzf --zsh
)
Write
Preview
Loading…
Cancel
Save