about summary refs log tree commit diff
path: root/profile/.profile.d/torrentinfo.sh
blob: 77c3833ff80d034f96e342f3adc2224938e3d51f (plain) (blame)
1
2
3
4
5
#!/bin/sh

if command -v torrentinfo >/dev/null 2>&1; then
	alias torrentinfo="torrentinfo --everything"
fi

Consider giving Nix/NixOS a try! <3