Set the terminal tab title as prompt name in unix -


lets say, prompt below

run_scripts > 

how set terminal tab title same prompt i.e terminal tab tile should be
run_scripts>

so terminal title should dynamically update when prompt changes.

many terminals emulators able understand special escaping : "\033]0;foo\007".


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -