aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/browser.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* More intelligent browser handlingTom Ryder2016-03-211-5/+1
| | | | Also remove remaining palemoon refs
* Switch to Palemoon, junk VimperatorTom Ryder2015-08-281-1/+1
|
* Use space before semicolon as command separatorTom Ryder2014-02-101-1/+1
|
* Remove some unnecessary quotesTom Ryder2014-02-101-2/+2
|
* Use standard structure for if/for in shellTom Ryder2013-07-311-2/+1
| | | | | | | | | | | | | | | | | | | Mostly for clarity reasons; using this syntax: if [ condition ]; then commands fi As opposed to: if [ condition ] then commands fi Or: [ condition ] && command
* Add one profile.d scriptTom Ryder2013-06-201-0/+9
Mostly because git doesn't do empty dirs