From 41d23714489b82210ce61c40cdece39b36424285 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 1 Mar 2009 10:23:33 -0600 Subject: [PATCH] * keybindings/common, profiles/common, profiles/plain, profiles/profile.skel: replace ~ with $HOME, LP: #336208 --- debian/changelog | 5 +++-- keybindings/common | 2 +- profiles/common | 8 ++++---- profiles/plain | 2 +- profiles/profile.skel | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 34ab12b9..cd99fe6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ screen-profiles (1.31) UNRELEASED; urgency=low - * + * keybindings/common, profiles/common, profiles/plain, + profiles/profile.skel: replace ~ with $HOME, LP: #336208 - -- Dustin Kirkland Sat, 28 Feb 2009 12:20:49 -0600 + -- Dustin Kirkland Sun, 01 Mar 2009 10:11:42 -0600 screen-profiles (1.30-ubuntu1) jaunty; urgency=low diff --git a/keybindings/common b/keybindings/common index c46840e5..efdde7fb 100644 --- a/keybindings/common +++ b/keybindings/common @@ -36,7 +36,7 @@ register n "^a^c^aA" # Goes with the F2 definition bindkey -k k2 process n # F2 | Create new window (and name it) bindkey -k k3 prev # F3 | Previous Window bindkey -k k4 next # F4 | Next Window -register r "^a:source ~/.screen-profiles/profile" # Goes with F5 definition +register r "^a:source $HOME/.screen-profiles/profile" # Goes with F5 definition bindkey -k k5 process r # F5 | Reload profile bindkey -k k6 detach # F6 | Detach from this session bindkey -k k7 copy # F7 | Enter copy/scrollback mode diff --git a/profiles/common b/profiles/common index ae569cc3..1495b61f 100644 --- a/profiles/common +++ b/profiles/common @@ -44,10 +44,10 @@ termcapinfo xterm* ti@:te@ defscrollback 10000 # The selected keybinding set, plus any additional user-defined/overriding -# keybindings should be placed in each user's ~/.screen-profiles/keybindings -source ~/.screen-profiles/keybindings +# keybindings should be placed in each user's $HOME/.screen-profiles/keybindings +source $HOME/.screen-profiles/keybindings # Default windows -# Windows list should be placed in each user's ~/.screen-profiles/windows, +# Windows list should be placed in each user's $HOME/.screen-profiles/windows, # to be configurable -source ~/.screen-profiles/windows +source $HOME/.screen-profiles/windows diff --git a/profiles/plain b/profiles/plain index 33194207..7880bc0b 100644 --- a/profiles/plain +++ b/profiles/plain @@ -19,4 +19,4 @@ # along with this program. If not, see . ############################################################################### -source ~/.screenrc +source $HOME/.screenrc diff --git a/profiles/profile.skel b/profiles/profile.skel index b8b3a2ec..e44d13a5 100644 --- a/profiles/profile.skel +++ b/profiles/profile.skel @@ -31,5 +31,5 @@ hardstatus string '__LOGO__%{=b Wk} %100` %{= Wk} %= %{=b bW}%102`%{= Wk} %{=b r # in this 'hardstatus string'. # See: https://bugs.launchpad.net/bugs/315871 (fixed in Jaunty) -# Allow local overrides in ~/.screenrc -source ~/.screenrc +# Allow local overrides in $HOME/.screenrc +source $HOME/.screenrc