summaryrefslogtreecommitdiff
path: root/dot_local/share/sh/zoxide.fish
blob: 6c97910700b21d6b7893c5584c4f57a24838f3c5 (plain) (blame)
1
2
3
4
5
. hascmd zoxide || return
zoxide init fish | source
function cd --wraps=z --description 'alias cd=z'
	z $argv
end