mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +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 color='\033[1;30m'
|
||||||
local reset='\033[0m'
|
local reset='\033[0m'
|
||||||
local prefix='▣─□□□─────────────────╼⢸'
|
local prefix='▣─□□□─────────────────╼⢸'
|
||||||
local postfix='⡇╾──────────╼━━━━'
|
local postfix='⡇╾──────────╼━━━━ ▒ '
|
||||||
echo -e "${color}${prefix}${braille}${postfix}${reset}"
|
local datetime=$(date '+%Y-%m-%d %H:%M:%S')
|
||||||
|
echo -e "${color}${prefix}${braille}${postfix}${datetime}${reset}"
|
||||||
}
|
}
|
||||||
|
|
||||||
vcs_status() {
|
vcs_status() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue