Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # autojump menu - browse the autojump database using fzf then cd to the choice.
- jm () {
- local target
- target=$(autojump --stat | tac | tail -n+8 | cut -f 2 | fzf) && cd $target
- }
Advertisement
Add Comment
Please, Sign In to add comment