Browse code

Screen improvements

screenrc - v1.8 - Behavior updated
screen_profile (heron) - v0.2 - Default tab updated
See Versions section of each file for details

Fred authored on04/03/2020 22:30:11
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 # Title: .screen_profile
2 2
 # Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
3
-# Version: 0.1
3
+# Version: 0.2
4 4
 # Created in: 2014-09-30
5
-# Modified in: 2015-05-27
5
+# Modified in: 2020-03-04
6 6
 
7 7
 
8 8
 
... ...
@@ -19,6 +19,7 @@
19 19
 # Versions #
20 20
 #==========#
21 21
 
22
+# v0.2 - 2020-03-04: replacement of the qrsh tab with htop
22 23
 # v0.1 - 2015-05-27: modification of qrsh tab due to .bash_profile update
23 24
 # v0.0 - 2014-09-30: creation
24 25
 
... ...
@@ -30,6 +31,6 @@
30 31
 
31 32
 # Start screen with specific tabs
32 33
 screen -t bash
33
-screen -t qrsh 5 bash --login -ic "pqrsh"
34
+screen -t htop 99 bash --login -ic "htop"
34 35
 
35 36
 select 0
Browse code

Screen improvements

screenrc - v1.5 - see Versions section for details
screen_profile (heron) - v0.1 - see Versions section for details

Fred authored on27/05/2015 23:19:59
Showing1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 # Title: .screen_profile
2 2
 # Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
3
-# Version: 0.0
3
+# Version: 0.1
4 4
 # Created in: 2014-09-30
5
-# Modified in: 
5
+# Modified in: 2015-05-27
6 6
 
7 7
 
8 8
 
... ...
@@ -19,6 +19,7 @@
19 19
 # Versions #
20 20
 #==========#
21 21
 
22
+# v0.1 - 2015-05-27: modification of qrsh tab due to .bash_profile update
22 23
 # v0.0 - 2014-09-30: creation
23 24
 
24 25
 
... ...
@@ -29,6 +30,6 @@
29 30
 
30 31
 # Start screen with specific tabs
31 32
 screen -t bash
32
-screen -t qrsh 5 bash --login -ic "qrsh"
33
+screen -t qrsh 5 bash --login -ic "pqrsh"
33 34
 
34 35
 select 0
Browse code

Screen improvements

screenrc - v1.3 - see Versions section for details
screen_profile (cygwin) - v0.1 - see Versions section for details
screen_profile (heron) - v0.0 - see Versions section for details
bash_profile (heron) - v1.5 - see Versions section for details

Fred authored on30/09/2014 18:30:15
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,34 @@
1
+# Title: .screen_profile
2
+# Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
3
+# Version: 0.0
4
+# Created in: 2014-09-30
5
+# Modified in: 
6
+
7
+
8
+
9
+#==========#
10
+# Comments #
11
+#==========#
12
+
13
+# File containing particular action related to a specific terminal
14
+# Must be called at the end of the .screenrc
15
+
16
+
17
+
18
+#==========#
19
+# Versions #
20
+#==========#
21
+
22
+# v0.0 - 2014-09-30: creation
23
+
24
+
25
+
26
+#================================================#
27
+# User specific environment and startup programs #
28
+#================================================#
29
+
30
+# Start screen with specific tabs
31
+screen -t bash
32
+screen -t qrsh 5 bash --login -ic "qrsh"
33
+
34
+select 0