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