tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.28k stars 85 forks source link

use `command -v` instead of `which` #159

Closed ayushnix closed 2 years ago

ayushnix commented 2 years ago

instead of which, we can use the POSIX compatible and shell built-in command -v

ayushnix commented 2 years ago

oops, didn't check the exisiting PRs for this, sorry for the noise