1
0
Fork 0
mirror of https://github.com/inexcode/dotfiles synced 2025-02-16 14:04:28 +00:00
dotfiles/zsh-incognito/.oh-my-zsh/custom/themes/spaceship-prompt/sections/incognito.zsh

13 lines
311 B
Bash
Raw Normal View History

2019-06-17 23:47:02 +00:00
#
# Line separator
#
# ------------------------------------------------------------------------------
# Section
# ------------------------------------------------------------------------------
# Should it write prompt in two lines or not?
spaceship_incognito() {
[[ $HISTSIZE -eq 1 ]] && echo -n "🕵 "
}