diff --git a/pkg/shell/shell.go b/pkg/shell/shell.go index 83e8cce..5feef40 100644 --- a/pkg/shell/shell.go +++ b/pkg/shell/shell.go @@ -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; "