]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - screenrc.in
ssh_config: Improve comment for ControlPath.
[config/dotfiles.git] / screenrc.in
index 4666ca52ea5af3af2ac502d8c165d9d113b20647..a01e10b15df4d2db5496e2bb12b6d64fd3d73b27 100644 (file)
@@ -38,7 +38,8 @@ defscrollback 10000
 # Ignore case when searching.
 ignorecase on
 
-# I prefer zsh as my shell.
+# I prefer zsh as my shell. GNU screen displays a warning if the shell isn't
+# available.
 shell zsh
 
 
@@ -126,4 +127,4 @@ bind ; command -c window
 
 # Run urlview on current screen content. Very useful to follow links. Make
 # sure hardcopy_append is off before using this command.
-bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"
+bind ^B eval "hardcopy $HOME/.tmp/screen-urlview" "screen urlview $HOME/.tmp/screen-urlview"