mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-08 17:04:17 +01:00
19b925e741
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
10 lines
557 B
Bash
10 lines
557 B
Bash
# user, host, full path, and time/date
|
|
# on two lines for easier vgrepping
|
|
# entry in a nice long thread on the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?pid=521888#p521888
|
|
|
|
function retcode() {}
|
|
|
|
PROMPT=$'%{\e[0;34m%}%B┌─[%b%{\e[0m%}%{\e[1;32m%}%n%{\e[1;30m%}@%{\e[0m%}%{\e[0;36m%}%m%{\e[0;34m%}%B]%b%{\e[0m%} - %b%{\e[0;34m%}%B[%b%{\e[1;37m%}%~%{\e[0;34m%}%B]%b%{\e[0m%} - %{\e[0;34m%}%B[%b%{\e[0;33m%}'%D{"%Y-%m-%d %I:%M:%S"}%b$'%{\e[0;34m%}%B]%b%{\e[0m%}
|
|
%{\e[0;34m%}%B└─%B[%{\e[1;35m%}%?$(retcode)%{\e[0;34m%}%B]%{\e[0m%}%b '
|
|
|