File: init.fish

package info (click to toggle)
rust-zoxide 0.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,508 kB
  • sloc: sh: 586; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
if command -sq zoxide
    zoxide init fish | source
else
    echo 'zoxide: command not found, please install it from https://github.com/ajeetdsouza/zoxide'
end