Bash: alias, echo: Append Weather Forecast Alias to ~/.bashrc
#!/bin/bash echo 'alias wthr="curl wttr.in/60601"' >> ~/.bashrc exec bash