This commit is contained in:
Matt Burchett 2018-11-30 14:24:42 -06:00
parent 0418dcefc0
commit 9140b2f983

View File

@ -24,7 +24,7 @@ func CreateShellAliases(data []string, username string, config config.Config) {
prerac := ""
host := strings.TrimRight(hostname, stringSplit)
fqdn := strings.TrimLeft(hostname, stringSplit)
fqdn := hostname
greentext := "tput -T xterm setaf 2; "
// redtext := "tput -T xterm setaf 1; "