dotfiles/.bashrc.d/99-node.sh
2025-01-24 10:01:12 +01:00

4 lines
83 B
Bash
Executable file

#! /bin/bash
node_add_debug () {
node ~/.bashrc.d/node-commands.js add_debug
}