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
|
|
@ -46,7 +46,7 @@ ZXRjL3N1ZG9lcnMuZC9yb290LWFjY2Vzcw== 1757600157 1757600157 root:root 0640 - -
|
|||
aG9tZS8uZ2l0aWdub3Jl 1757762052 1757762052 root:root 0644 - -
|
||||
aG9tZS9zeXNhZG1pbi8uYmFzaF9sb2dvdXQ= 1757582867 1757582867 sysadmin:users 0644 - -
|
||||
aG9tZS9zeXNhZG1pbi8uYmFzaF9wcm9maWxl 1757584711 1757584711 sysadmin:users 0644 - -
|
||||
aG9tZS9zeXNhZG1pbi8uYmFzaHJj 1757761708 1757586493 sysadmin:users 0644 - -
|
||||
aG9tZS9zeXNhZG1pbi8uYmFzaHJj 1757764048 1757586493 sysadmin:users 0644 - -
|
||||
aG9tZS9zeXNhZG1pbi8uZ2l0Y29uZmln 1757582738 1757582738 sysadmin:users 0644 - -
|
||||
aG9tZS9zeXNhZG1pbi8uZ2l0aWdub3Jl 1757600312 1757600312 sysadmin:users 0644 - -
|
||||
aG9tZS9zeXNhZG1pbi8ubG9jYWwvc2hhcmUvbmFuby8uZ2l0aWdub3Jl 1757586210 1757586210 sysadmin:users 0644 - -
|
||||
|
|
@ -74,4 +74,4 @@ ZXRjL3NoYWRvdy0= 1757702585 1757702585 root:shadow 0640 - -
|
|||
ZXRjL3N1ZG9lcnM= 1753553353 1753553353 root:root 0440 - -
|
||||
ZXRjL3N1ZG9lcnMuZC9kZWZhdWx0cw== 1757599359 1757599359 root:root 0640 - -
|
||||
ZXRjL3N1ZG9lcnMuZC9yb290LWFjY2Vzcw== 1757600157 1757600157 root:root 0640 - -
|
||||
aG9tZS9zeXNhZG1pbg== 1757761743 1757761412 sysadmin:users 0711 - -
|
||||
aG9tZS9zeXNhZG1pbg== 1757764049 1757761412 sysadmin:users 0711 - -
|
||||
|
|
|
|||
|
|
@ -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