1
0
Fork 0
mirror of https://github.com/inexcode/dotfiles synced 2024-11-25 13:31:29 +00:00
dotfiles/zsh-incognito/.oh-my-zsh/custom/themes/spaceship-prompt/sections/incognito.zsh
2019-06-18 02:47:02 +03:00

13 lines
311 B
Bash

#
# Line separator
#
# ------------------------------------------------------------------------------
# Section
# ------------------------------------------------------------------------------
# Should it write prompt in two lines or not?
spaceship_incognito() {
[[ $HISTSIZE -eq 1 ]] && echo -n "🕵 "
}