From 83744f77a7d70f94cf1802306b57e1cc60c0df13 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 25 Apr 2012 22:54:17 +0100 Subject: [PATCH] Set commented out example of root path to new window/session name --- templates/session.sh | 2 +- templates/window.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/session.sh b/templates/session.sh index b01bdd2..892be7b 100644 --- a/templates/session.sh +++ b/templates/session.sh @@ -1,6 +1,6 @@ # Set a custom session root path. Default is `$HOME`. # Must be called before `initialize_session`. -#session_root "~/Projects/example" +#session_root "~/Projects/{{SESSION_NAME}}" # Create session with specified name if it does not already exist. If no # argument is given, session name will be based on layout file name. diff --git a/templates/window.sh b/templates/window.sh index 4510f06..8e186e7 100644 --- a/templates/window.sh +++ b/templates/window.sh @@ -1,6 +1,6 @@ # Set window root path. Default is `$session_root`. # Must be called before `new_window`. -#window_root "~/Projects/example" +#window_root "~/Projects/{{WINDOW_NAME}}" # Create new window. If no argument is given, window name will be based on # layout file name.