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,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-08-21
5
-# Modified in: 
5
+# Modified in: 2014-09-30
6 6
 
7 7
 
8 8
 
... ...
@@ -19,6 +19,7 @@
19 19
 # Versions #
20 20
 #==========#
21 21
 
22
+# v0.1 - 2014-09-30: connection to medusa removed
22 23
 # v0.0 - 2014-08-21: creation
23 24
 
24 25
 
... ...
@@ -29,7 +30,6 @@
29 30
 
30 31
 # Start screen with specific tabs
31 32
 screen -t cygwin
32
-screen -t medusa2 bash --login -ic "medusa2"
33
-screen -t medusa2 bash --login -ic "medusa2"
33
+screen -t cygwin
34 34
 
35 35
 select 0
Browse code

screenrc - v1.1 - Add profile handling

Fred authored on21/08/2014 18:03:41
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,35 @@
1
+# Title: .screen_profile
2
+# Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
3
+# Version: 0.0
4
+# Created in: 2014-08-21
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-08-21: creation
23
+
24
+
25
+
26
+#================================================#
27
+# User specific environment and startup programs #
28
+#================================================#
29
+
30
+# Start screen with specific tabs
31
+screen -t cygwin
32
+screen -t medusa2 bash --login -ic "medusa2"
33
+screen -t medusa2 bash --login -ic "medusa2"
34
+
35
+select 0