mirror of
https://github.com/inexcode/dotfiles
synced 2024-11-25 13:31:29 +00:00
13 lines
311 B
Bash
13 lines
311 B
Bash
#
|
|
# Line separator
|
|
#
|
|
|
|
# ------------------------------------------------------------------------------
|
|
# Section
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Should it write prompt in two lines or not?
|
|
spaceship_incognito() {
|
|
[[ $HISTSIZE -eq 1 ]] && echo -n "🕵 "
|
|
}
|