summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2013-10-05 13:56:48 +0000
committernicm <nicm>2013-10-05 13:56:48 +0000
commit7c71c3e27de71e8a91590a4e2ed1945873cfc538 (patch)
tree93ae783f3ba67351436159cb52a332f246310a6b /options-table.c
parent9f330897a8fc4f927d355eacf9cc58f3be2092f7 (diff)
Change the default for the default-path option to ~. This is a quick
change to turn off the KERN_PROC_CWD code which is unpredictable. Later it will go away and there may be other changes to how this works.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index cf0202b7..138a307e 100644
--- a/options-table.c
+++ b/options-table.c
@@ -128,7 +128,7 @@ const struct options_table_entry session_options_table[] = {
{ .name = "default-path",
.type = OPTIONS_TABLE_STRING,
- .default_str = ""
+ .default_str = "~"
},
{ .name = "default-shell",