Skip to content

Commit

Permalink
[code](fff) .sh icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidd-Dino committed Sep 23, 2020
1 parent 61ff3a1 commit 265eb2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ A simple file manager written in `bash`.
- No batteries included

---
<img src="https://i.imgur.com/FOmWdXc.png" alt="img" height="260px"/>
<img src="https://i.imgur.com/yHSDlYW.png" alt="img" height="260px"/>
<img src="https://i.imgur.com/FOmWdXc.png" alt="img" height="300px"/>
<img src="https://i.imgur.com/yHSDlYW.png" alt="img" height="300px"/>

---

Expand Down
5 changes: 2 additions & 3 deletions fff
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ get_icon() {
'efi' | 'elf' |\
'fish'| 'ksh' |\
'ps1' | 'rom' |\
'zsh' ) printf -- ''; return ;;
'zsh' | 'sh' ) printf -- ''; return ;;

'avi' | 'flv' |\
'm4v' | 'mkv' |\
Expand Down Expand Up @@ -403,8 +403,7 @@ get_icon() {
'so' ) printf -- ''; return ;;

'asm' | 'css' |\
'less'| 's' |\
'sh' ) printf -- ''; return ;;
'less'| 's' ) printf -- ''; return ;;

'db' | 'dump' |\
'img' | 'iso' |\
Expand Down

0 comments on commit 265eb2e

Please sign in to comment.