Commit fedc586e authored by Vincent's avatar Vincent Committed by Bruno Pinto

Forgot bold for user/host

parent 36abf97c
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
function __user_host function __user_host
set -l content set -l content
if [ (id -u) = "0" ]; if [ (id -u) = "0" ];
echo -n (set_color red) echo -n (set_color --bold red)
else else
echo -n (set_color green) echo -n (set_color --bold green)
end end
echo -n $USER@(hostname|cut -d . -f 1) (set color normal) echo -n $USER@(hostname|cut -d . -f 1) (set color normal)
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment