=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** src/usr.bin/tmux/options-table.c 2013/06/23 13:10:46 1.38 --- src/usr.bin/tmux/options-table.c 2013/10/05 13:56:48 1.39 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.38 2013/06/23 13:10:46 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.39 2013/10/05 13:56:48 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 128,134 **** { .name = "default-path", .type = OPTIONS_TABLE_STRING, ! .default_str = "" }, { .name = "default-shell", --- 128,134 ---- { .name = "default-path", .type = OPTIONS_TABLE_STRING, ! .default_str = "~" }, { .name = "default-shell",