Quantcast
Channel: User Matthew Fellows - Super User
Browsing latest articles
Browse All 2 View Live

Answer by Matthew Fellows for Setting multiple environment variables in a...

You could also combine them into a single line as follows: set A=foo & B=bar & C=bazThis way, you could avoid having to modify the original script and run it like so:set A=foo & B=bar &...

View Article



Answer by Matthew Fellows for Why is bash completion being loaded so slow on...

I had the same issue. A few simple debugging tricks got me to the root cause.First, enable DEBUG mode so you can see what's happening:export BASH_COMPLETION_DEBUG=trueThis enables verbose printing to...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images