There is a way to add a command before the app or bin within distrobox-export? #1827
Unanswered
ricardoseriani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Please, there is any way that I can "prepend" a command to the app or bin exported with
distrobox-export
.For example, for some custom CLI that I installed and exported using
distrobox-export
I could want to set some variables, likeNVIM_APPNAME=test
before running it or even "wrap" that command in something else, like what the--sudo
flag do, but specifying other command.Another example is that if I install nix inside a box, some commands may be prepended/wrapped with nixGL to run.
Beta Was this translation helpful? Give feedback.
All reactions