.. | ||
+decor | ||
-decor | ||
1 | ||
2 | ||
3 | ||
= | ||
above | ||
allcores | ||
back | ||
cd-improved | ||
checkout | ||
count | ||
countdown | ||
cp2utf8 | ||
dhist | ||
farfetched | ||
flash | ||
front | ||
git-cd | ||
gitpath | ||
gitprompt | ||
hi | ||
json2yaml | ||
lines | ||
mansplain | ||
pomodoro | ||
readme | ||
scratch | ||
take | ||
unicode | ||
vimscratch | ||
yaml2json | ||
zread |
#!/bin/sh file=$(find . -iname readme.md | tail -1) if [ -e "$file" ] then zread $file else /bin/echo -e '\033[01;31m'"No readme file found" fi