From 9140b2f983872845c1e38ed9a98d04c0be2edafa Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Fri, 30 Nov 2018 14:24:42 -0600 Subject: [PATCH] test --- pkg/shell/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; "