mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-07-15 21:56:52 +02:00
16 lines
183 B
Bash
16 lines
183 B
Bash
function wish_newline_start() {
|
|
return 0
|
|
}
|
|
|
|
function wish_newline_end() {
|
|
return 1
|
|
}
|
|
|
|
function wish_newline_set_colors() {
|
|
return
|
|
}
|
|
|
|
function wish_newline_main() {
|
|
PS1="$PS1\n"
|
|
}
|