# Title: .screen_profile
# Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
# Version: 0.2
# Created in: 2014-09-30
# Modified in: 2020-03-04



#==========#
# Comments #
#==========#

# File containing particular action related to a specific terminal
# Must be called at the end of the .screenrc



#==========#
# Versions #
#==========#

# v0.2 - 2020-03-04: replacement of the qrsh tab with htop
# v0.1 - 2015-05-27: modification of qrsh tab due to .bash_profile update
# v0.0 - 2014-09-30: creation



#================================================#
# User specific environment and startup programs #
#================================================#

# Start screen with specific tabs
screen -t bash
screen -t htop 99 bash --login -ic "htop"

select 0