Stratux specific alias file

pull/367/head
peepsnet 2016-04-08 10:56:33 -04:00
rodzic 77f9708d56
commit b0e58058a4
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,12 @@ export PATH=/root/go/bin:${PATH}
export GOROOT=/root/go
export GOPATH=/root/go_path
#This will allow users to keep an alias file after this file is added
# This will allow users to keep an alias file after this file is added
if [ -f /root/.aliases ]; then
. /root/.aliases
fi
# Uesful aliases for stratux debugging
if [ -f /root/.stxAliases ]; then
. /root/.aliases
fi