bash: note that prompt.bash needs tweaking

This commit is contained in:
Paul Walker
2025-07-22 13:59:00 +01:00
parent 5c8df3dd24
commit 5fbd503ec4

View File

@@ -1,4 +1,5 @@
prompt() {
# TODO needs rework for tmux, since I don't really use screen now.
if [ "$STY" != "" ] ; then
SESSION_NAME=$(echo $STY | sed -e 's/^.*\.//')
SESSION="[$SESSION_NAME] "