Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ PLS HELP ] want to change the header text , but in bash.bashrc file there is no written text #64

Open
theavezkhatri opened this issue Mar 2, 2021 · 1 comment

Comments

@theavezkhatri
Copy link

theavezkhatri commented Mar 2, 2021

Actually , i had added a header text a time ago , Most probably with figlet !! (Bcause It Is Installed Now)
and now when i want to change the text ..
i open the bash.bashrc file but at the END there is no text added , and if i add the new one, terminal displays both,,
so can anyone tell me that how to remove the first one pls...
@patorjk

SCREENSHOT BELOW :

Screenshot from 2021-03-02 12-44-01

@patorjk
Copy link
Owner

patorjk commented Mar 2, 2021

This doesn't seem like a figlet.js issue. Have you tried grep-ing your directory tree for part of the text in Mr.Cipher to see where it's coming from? Ex:

grep -R "___(_"

Or if the text is being generated on the fly:

grep -Ri "Cipher"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants