Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions context-color
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Project hosted at https://github.com/ramnes/context-color

PROGNAME="$(basename "$0")"
readonly PROGNAME
DEFAULT_CONTEXT="whoami; hostname"
Expand Down Expand Up @@ -58,6 +60,9 @@ DEBUG OPTIONS:
useful information.
--force <color>, -f <color>
Ignore the context and force a color id instead.

https://github.com/ramnes/context-color project source and further documention.

EOF
}

Expand Down