shell-host/lang/node/node

7 lines
112 B
Bash

#!/bin/bash
if command -v node >/dev/null 2>&1; then
alias ndv="node --version"
alias ndw="command -v node"
fi