mirror of
https://github.com/inexcode/dotfiles
synced 2025-02-16 14:04:28 +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 "🕵 "
|
||
|
}
|