summaryrefslogtreecommitdiff
path: root/home-config/fish/functions/__zoxide_cd.fish
blob: d5a8b2b5be75d3faf3fe74ababe5739bd5946832 (plain)
1
2
3
4
5
6
function __zoxide_cd
    __zoxide_cd_internal $argv
    if test "$_ZO_ECHO" = 1
        __zoxide_pwd
    end
end