vincepii / ubuntu-powerline-bash

A script to quickly setup powerline shell for bash in ubuntu
Apache License 2.0
35 stars 8 forks source link

UPDATE:make script more portable by changing shebang line #2

Closed keroloswilliam closed 7 years ago

keroloswilliam commented 7 years ago

This pull request to make the script more portable by changing shebang line to be "#! /usr/bin/env bash " so it have cross-distro compatibility

vincepii commented 7 years ago

Thanks for the contribution!