Open kurokirasama opened 2 years ago
I need to run a command before I type my own when piping to a message.
More precisely, I'm using nushell as my shell, and I would like to load some custom command first so they are available.
No. If it's things that can't be loaded always (some rc file), can you just pipe it to a wrapper script that loads the stuff?
I'll try, thanks
I need to run a command before I type my own when piping to a message.
More precisely, I'm using nushell as my shell, and I would like to load some custom command first so they are available.