mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
zsh: minimal-groups: datetime
This commit is contained in:
parent
1dc014ed37
commit
dfed588d43
1 changed files with 3 additions and 2 deletions
|
|
@ -12,8 +12,9 @@ function braille_prompt() {
|
|||
local color='\033[1;30m'
|
||||
local reset='\033[0m'
|
||||
local prefix='▣─□□□─────────────────╼⢸'
|
||||
local postfix='⡇╾──────────╼━━━━'
|
||||
echo -e "${color}${prefix}${braille}${postfix}${reset}"
|
||||
local postfix='⡇╾──────────╼━━━━ ▒ '
|
||||
local datetime=$(date '+%Y-%m-%d %H:%M:%S')
|
||||
echo -e "${color}${prefix}${braille}${postfix}${datetime}${reset}"
|
||||
}
|
||||
|
||||
vcs_status() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue