scripts/xdg-wrappers/node

6 lines
160 B
Plaintext
Raw Normal View History

2023-01-23 14:23:25 +00:00
#!/bin/zsh
#dep:node
2023-01-23 14:23:25 +00:00
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) $@