speedenator / agnoster-bash

Agnoster Theme for Bash
MIT License
218 stars 52 forks source link

Multitail error? #16

Open ceuk opened 5 years ago

ceuk commented 5 years ago

Hey,

Get this error whenever I'm inside a git directory. Commenting out this line fixes it

 --*- multitail 6.4.2 (C) 2003-2014 by folkert@vanheusden.com -*--

The following problem occured:
-----------------------------
Please use -j/-J when you want to pipe something into MultiTail.
If this is a bug, please report the following information:
The last system call returned: 25 which means "Inappropriate ioctl for device"
ghost commented 3 years ago

Do you have tail aliases to multitail? Agnoster does not use multial but does use tail. If you have that aliased then the git_status_dirty function will likely generate this message. You can either a) unalias tail or b) update that function in your local copy of agnoster with a full path to tail which would bypass the alias.