Skip to content

Instantly share code, notes, and snippets.

View serenevoid's full-sized avatar
🌀
You can't gain something, without giving something in return

Void serenevoid

🌀
You can't gain something, without giving something in return
View GitHub Profile
@serenevoid
serenevoid / fzf_config.md
Last active September 25, 2023 09:25
FZF Folder Specific Directory Jumping

FZF Folder Specific Directory Jumping

Bash

Add this to the bash config.

alias jj='clear && cd "$(find ~/dev/projects ~/dev/linux-tools ~/.config -mindepth 1 -maxdepth 1 -type d | fzf)"'

Powershell