KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.82k stars 453 forks source link

Crash - shell level (1000) too high #751

Open x09 opened 1 year ago

x09 commented 1 year ago

**I'm submitting a

[x ] bug report
[ ] new distro request

Bug report

Add this to ~/.bashrc

if [ -f /usr/bin/screenfetch ]; then 
    /usr/bin/screenfetch
fi

Open new bash and get

/bin/bash: warning: shell level (1000) too high, resetting to 1

Versions used

rpm -q bash screenfetch

bash-4.4.23-alt1.noarch
screenfetch-3.9.1-alt1.x86_64