oh-my-fish/plugins/autojump/j.fish
2012-07-29 16:32:52 -03:00

4 lines
45 B
Fish

function j
cd (command autojump $argv)
end