

5·
3 months agoI forsee a requirement that only “approved” OS are allowed to connect to mobile networks, citing security issues.


I forsee a requirement that only “approved” OS are allowed to connect to mobile networks, citing security issues.
git() {
if [ "$1" = "cd" ]; then
shift
cd "./$(command git rev-parse --show-cdup)$*"
else
command git "$@"
fi
}
This lets you run git cd to go to the root of your repo, or git cd foo/bar to 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 a git-cd command because that wouldn’t affect the current shell.
I have windows 11 on my gaming PC and work laptop and don’t think it’s any worse than 10. Some UI is confused between old style and new, but Windows has done that since Vista. 11 doesn’t have so much of the awful drop-downs without borders and so on where you can’t tell where one component ends and another starts.