added emojies ;)
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# moved original theme right prompt to left as we are working with a new line promt now.
|
||||
function t31m_prompt_right
|
||||
|
||||
if test "$theme_complete_path" = "yes"
|
||||
@ -12,7 +13,9 @@ function t31m_prompt_right
|
||||
end
|
||||
end
|
||||
|
||||
printf (yellow)"("(off)$cwd(yellow)") "(off)
|
||||
printf (off)(date +%H(yellow):(off)%M(yellow):(off)%S)(off)"\n"
|
||||
printf '%s' \U231A
|
||||
printf (yellow)"("(off)(date +%H(yellow):(off)%M(yellow):(off)%S)(yellow)")"(off)
|
||||
printf '%s' \U1F4C1
|
||||
printf (yellow)"("(off)$cwd(yellow)")"(off)
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user