# Title: .screen_profile
# Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
# Version: 0.1
# Created in: 2014-09-30
# Modified in: 2015-05-27



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

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



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

# 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 qrsh 5 bash --login -ic "pqrsh"

select 0