scripts/xdg-wrappers/node
2023-01-23 15:23:25 +01:00

5 lines
150 B
Bash
Executable file

#!/bin/zsh
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history
$(next-in-path node $0) $@