mrzool / bash-sensible

An attempt at saner Bash defaults
https://github.com/mrzool/bash-sensible/blob/master/sensible.bash
MIT License
2.03k stars 94 forks source link

Patch 1 #6

Closed paxperscientiam closed 8 years ago

paxperscientiam commented 8 years ago

Shalom, I've added my method for writing complex CDPATHs with a compact notation.

fbartels commented 8 years ago

imho that sounds overly complicated to be included in the default script. Maybe add a howto to the readme instead?

mrzool commented 8 years ago

Hello and thanks. Indeed, that's a pretty convoluted hack that's outside the scope of this project, which aims to use only native or quasi-native (e.g. Readline) basic Bash features, i.e. agreeable defaults for everyone.

I'll add a few contribution guidelines to the readme to make this clearer.