Adicione o novo PATH
ao seu ~/.bashrc
por:
echo 'export PATH=/home/thebigfootsdad/Downloads/swift-3.0-preview-1-ubuntu15.10/usr/bin:"${PATH}"' >>~/.bashrc
Ou use seu editor favorito para editar ~/.bashrc
e adicione o seguinte no final:
export PATH=/home/thebigfootsdad/Downloads/swift-3.0-preview-1-ubuntu15.10/usr/bin:"${PATH}"