Fix function name in sysadmin's .bashrc.
This commit is contained in:
parent
5d8669ad08
commit
e5b114478c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash - not strictly necessary, but helps nano with syntax highlighting.
|
||||
# Bash specific configuration.
|
||||
|
||||
prompt_user_colour() {
|
||||
__prompt_user_colour() {
|
||||
# Determine the colour of the username in the prompt.
|
||||
|
||||
if [[ "$(whoami)" == "root" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue