pull/367/head
peepsnet 2016-04-08 10:59:10 -04:00
rodzic b0e58058a4
commit 98b340e51a
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/.aliases ]; then
if [ -f /root/.stxAliases ]; then
. /root/.aliases
fi