I recently set up an alias since I do some hardware stuff and need to run programs not in my default path as sudo.
’alias sudop='sudo env PATH=$PATH'’
And that's pretty much the extent of my aliasing. I'm interested to see what other people do
I recently set up an alias since I do some hardware stuff and need to run programs not in my default path as sudo.
’alias sudop='sudo env PATH=$PATH'’
And that's pretty much the extent of my aliasing. I'm interested to see what other people do