Hello and thank you! I just had a new born baby boy. Things are a little crazy for us at the moment, but I can look at some of this for sure. I always love tinkering with the bashrc code. And thank you for the information about immutable Fedora Silverblue. Also, sorry you had to fix your permissions!
WOW!! I just breifly looked at your code! Such similar code!! Hah! I would love a collabortive effort and combine ideas. It's even something I thought about submitting the AUR since I update it so frequently. I laughed that you even put ASCII titles in your code like I did at the top. LOL I love it! I'll hit you up after I get home from work tonight. -Jeff
The apacheconfig command is now fixed for Ubuntu.
That's an excellent point on the Apache binaries! I will fix this soon. Thank you for helping me find these things!
See if my latest changes fix the issue for you. If not, while not in Tmux (just type tmreset), run this code to see if the detection is working correctly on your system: #!/usr/bin/env bash ([[ "$(tty)" =~ /dev/tty ]] && [[ ! "$TERM" =~ screen ]]) && echo 'In TTY' || echo 'Not in TTY' ([[ -n "$SSH_CLIENT" ]] || [[ -n "$SSH_TTY" ]]) && echo 'Logged in SSH' || echo 'Not logged in SSH'
I tested this on many, many systems, but I can't test them all. See if my latest changes fix the issue for you. If not, while not in Tmux (just type tmreset), run this code to see if the detection is working correctly on your system: #!/usr/bin/env bash ([[ "$(tty)" =~ /dev/tty ]] && [[ ! "$TERM" =~ screen ]]) && echo 'In TTY' || echo 'Not in TTY' ([[ -n "$SSH_CLIENT" ]] || [[ -n "$SSH_TTY" ]]) && echo 'Logged in SSH' || echo 'Not logged in SSH'
Thank you for your message! I fixed both the chmodcopy and fastping commands. They should both now work properly. I was not able to reproduce your TMUX issue. I tried every combination. Would you mind sending me the environment variables you set for Extreme Ultimate .bashrc? I'm suspecting that perhaps there's another combination in play. Do you use Terminology terminal emulator?
bash smart path completion broken in WSL Ubuntu