README ================= The rank of this plugin is 1011 WARNING: to use this plugin, rm other plugins that has the make_prompt functions first, such as the prompt.so, or the result is undefined. This is a custom prompt plugin You need to create a file named '.eshrc' under the plugins directory, where you put the .so file Here are available customizations \u: username \H: hostname \W: full path of current working directory \w: the deepest level of the current working directory \r: the symbol that stands for user priviledge, # for root, $ for others \Y: year \M: month \D: day \h: hour \m: minute \s: second Anything else will not be interpreted Here are two examples for the .eshrc file .eshrc: \u@\H:\W \a\Y\\\M\\\D: \h:\m:\s> result on my machine: wwz@wwz-mint:/home/wwz/esh/cs3214-esh/src \a2015\8\25: 23:2:3 .eshrc: \u@\H:\w \r result on my machine: wwz@wwz-mint:src $