summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-symlinks16
-rw-r--r--screenrc2
2 files changed, 16 insertions, 2 deletions
diff --git a/make-symlinks b/make-symlinks
index 3fecd13..4643383 100755
--- a/make-symlinks
+++ b/make-symlinks
@@ -18,8 +18,20 @@ abspath()
dirname=$(abspath $(dirname "$0"))
echo "$dirname"
-files="bashrc bash_profile profile xsessionrc vimrc muttrc mailcap emacs
- signature signature-codethink git-global-ignore"
+files="
+ bash_profile
+ bashrc
+ emacs
+ git-global-ignore
+ mailcap
+ muttrc
+ profile
+ screenrc
+ signature
+ signature-codethink
+ vimrc
+ xsessionrc
+"
for x in $files
do
diff --git a/screenrc b/screenrc
new file mode 100644
index 0000000..2cf172b
--- /dev/null
+++ b/screenrc
@@ -0,0 +1,2 @@
+hardstatus alwayslastline
+hardstatus string "Window %n on %H at %c: %t" \ No newline at end of file