• 1 Post
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle

  • Moonwalk@lemm.eetoAndroid@lemmy.worldHow does everyone feel about iPhones?
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    1 year ago

    I’m so used to Android that when I try to use a friend’s iPhone it just doesn’t seem intuitive to me. But to be fair the same happens with heavily modified versions of Android, like MIUI.

    I think iPhones are mostly ok, but I can’t stand the fact that something so expensive feels so laggy because of the 60Hz refresh rates.

    They have pretty damn good face recognition though, but at the price of a gigantic pill/notch on the screen.






  • Moonwalk@lemm.eetoLinux@lemmy.mlYour best terminal aliases
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I like to use the ones includes in oh-my-zsh. It’s a big list, but the ones I use the most are:

    gst --> git status

    gcam --> git commit -am

    gcp --> git cherry-pick

    gsta --> git stash save

    gstp --> git stash pop

    gpsup --> git push --set-upstream origin $(git_current_branch)

    grb --> git rebase