pull/387/head
peepsnet 2016-04-12 11:36:20 -04:00
rodzic acee114964
commit f26ae164a7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ export GOROOT=/root/go
export GOPATH=/root/go_path
# This will allow users to keep an alias file after this file is added
if [ -f /root/.stxAliases ]; then
if [ -f /root/.aliases ]; then
. /root/.aliases
fi