A Fish-Shell Theme
abbreviated path, ls -lah, and git branch info & a random chess-piece ,cuz y not
Exit code, uptime
runs ls -lah while redrawing the theme
- ls | wc -l <= 40
- Window $COLUMNS > 57
- Window $LINES > 30
Note: $COLUMNS & $LINES variables are set by terminal(kitty user here). if not then set them as global variable in your fish.config.
saves typing ls everytime you do cd :P
- run
set docls 'true'
for runningclear
at each repaint. - run
set dols 'false'
to removels-lah
&uptime
Enjoy!