You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With regards to the function for IMPROVED, as documented in the .bashrc/.zshrc Section:
# IMPROVE.
function gimp() {
gcap "👌 IMPROVE: $@"
}
This function name is in conflict with GIMP a cross-platform image editor available for GNU/Linux, OS X, Windows and more operating systems. The CLI command gimp is associated with that application and will honestly be more of a problem on Linux.
For cross platform support, you may want to change the documentation in the README to rename this function. It is true the user can make this change themselves but I wanted to make you aware of the issue.
If you decide to make a change her I will be glad to submit a PR, using Emoji-Log, of course.
The text was updated successfully, but these errors were encountered:
In response to our Twitter conversation.
With regards to the function for IMPROVED, as documented in the
.bashrc/.zshrc
Section:This function name is in conflict with GIMP a cross-platform image editor available for GNU/Linux, OS X, Windows and more operating systems. The CLI command
gimp
is associated with that application and will honestly be more of a problem on Linux.For cross platform support, you may want to change the documentation in the
README
to rename this function. It is true the user can make this change themselves but I wanted to make you aware of the issue.If you decide to make a change her I will be glad to submit a PR, using
Emoji-Log
, of course.The text was updated successfully, but these errors were encountered: