Skip to content

Commit

Permalink
feat: add more fetch mode aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Feb 18, 2025
1 parent a029465 commit 01ae54f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cutefetch
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,14 @@ main() {
[[ -z $2 ]] && eye="0" || eye="$2"
bunnyfetch $eye
;;
dog | doggy)
dog | doggo | doggy)
[[ -z $2 ]] && eye="1" || eye="$2"
puppyfetch $eye
;;
penguin | pingu)
penguin | pengu | pingu)
pingufetch
;;
none | simple)
none | minimal | simple)
simplefetch
;;
esac
Expand Down

0 comments on commit 01ae54f

Please sign in to comment.