mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 05:08:56 +00:00
12 lines
454 B
Diff
12 lines
454 B
Diff
--- a/src/ct/ct_const.h
|
|
+++ b/src/ct/ct_const.h
|
|
@@ -64,7 +64,7 @@
|
|
#if defined(__APPLE__)
|
|
const inline static gchar* VTE_SHELL_DEFAULT {"/bin/zsh"};
|
|
#else
|
|
-const inline static gchar* VTE_SHELL_DEFAULT {"/bin/bash"};
|
|
+const inline static gchar* VTE_SHELL_DEFAULT {"@TERMUX_PREFIX@/bin/bash"};
|
|
#endif
|
|
const inline static gchar* STYLE_SCHEME_LIGHT {"classic"};
|
|
const inline static gchar* STYLE_SCHEME_DARK {"cobalt"};
|