Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-software
Commits
32cb1329
Commit
32cb1329
authored
Jun 25, 2020
by
Elena Grandi
Browse files
Remove red_prompt.bash, migrated to fuss-client
parent
ebb23cbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
customizations/red_prompt.bash
deleted
100644 → 0
View file @
ebb23cbc
# colour the red prompt
if
[
$(
id
-u
)
-eq
0
]
;
then
# you are root, set red colour prompt
PS1
=
"
\[
$(
tput setaf 1
)
\]\u
@
\h
:
\w
#
\[
$(
tput sgr0
)
\]
"
else
# normal
PS1
=
"[
\u
@
\h
:
\w
]"
fi
debian/fuss-desktop.install
deleted
100644 → 0
View file @
ebb23cbc
customizations
/
xfce4
/*
/
etc
/
xdg
/
xfce4
customizations
/
red_prompt
.
bash
etc
/
bash_completion
.
d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment