Commit e4f228b6 authored by Bruno Pinto's avatar Bruno Pinto

Merge pull request #97 from detecti1/master

parents 43a78393 d92dd169
......@@ -43,6 +43,7 @@ function fish_prompt
# Prompt
set -l prompt
set -l UID (id -u $USER)
if [ "$UID" = "0" ]
set prompt "$red# "
else
......
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