File: init.fish

package info (click to toggle)
pay-respects 0.7.12-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 756 kB
  • sloc: sh: 435; makefile: 51
file content (5 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (2)
1
2
3
4
5
if command -sq zoxide
	pay-respects fish --alias | source
else
	echo "pay-respects is not in $PATH"
end