General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
DistroTube
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Add Bling to Your Terminal With Neofetch and Powerline Shell" video.
4:43 You could get rid of most of the options in that ex() function and replace them with unar instead.
2
6:47 You are actually spawning a new bash, the old one is still running. Maybe try “exec bash” to have a new instance of bash replace the old one in the same process?
2
7:56 And now you have 3 bash processes running.
2