This commit is contained in:
Matt Burchett
2019-01-14 09:28:19 -06:00
parent f37514d944
commit 28dc9db7a9
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ func CreateShellAliases(data []string, username string, config config.Config) {
prerac := ""
windowsGeometry := config.WindowsGeometry
host := strings.TrimRight(hostname, stringSplit)
host := strings.TrimSuffix(hostname, stringSplit)
fqdn := hostname
greentext := "tput -T xterm setaf 2; "