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.
320
Commits
8
Branches
0
Tags
1.4 MiB
Shell
94.5%
Python
5%
Perl
0.4%
Branch:
h7-volume
linux-config
/
dot_config
/
fish
/
functions
/
fzf-ranger.fish
6 lines
103 B
Raw
Permalink
Blame
History
function
fzf-ranger
set
dir
(
fd -td
|
fzf
)
if
test
! -z
"
$dir
"
ranger
$dir
end
end
Reference in new issue