Welcome to my little node on the network! My name is Petar and you can follow along while I try to figure out how computers work. Recent notes Make and jump into directory easily Very often - like ALL the time - you end up creating a new directory with mkdir -p some_path and then immediately typing cd some_path right after. Such a waste of typing! Here’s a super handy little function that does bot