- 0 Posts
- 6 Comments
Joined 9 months ago
Cake day: February 8th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
moopet@sh.itjust.worksto
Linux@lemmy.ml•Linux phones are more important now than everEnglish
5·2 months agoI forsee a requirement that only “approved” OS are allowed to connect to mobile networks, citing security issues.
I’m just here because I love seeing comments that read “deleted by creator” in all the threads about Jesus.
git() { if [ "$1" = "cd" ]; then shift cd "./$(command git rev-parse --show-cdup)$*" else command git "$@" fi }This lets you run
git cdto go to the root of your repo, orgit cd foo/barto go to a path relative to that root. You can’t do it as an alias because it’s conditional, and you can’t do it as agit-cdcommand because that wouldn’t affect the current shell.



…amber