This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Kevin-Mok
/
linux-config
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Dotfiles for my tiling window manager + terminal workflow.
311
Commits
6
Branches
0
Tags
1.3 MiB
Tree:
d04af8e39f
linux-config
/
dot_config
/
fish
/
functions
/
fzf-cd.fish
3 lines
58 B
Raw
Normal View
History
fzf-cd
4 years ago
function
fzf-cd
set
dir
(
fd -td
|
fzf
)
cd
$dir
end