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