Hacker News new | ask | show | jobs
by akerl_ 4539 days ago
I use a similar method, which I based on a previous HN post:

https://github.com/akerl/dotfiles/blob/master/.bundles/marks

I'm addicted to one/two-letter aliases, and between that and ZSH completion (https://github.com/akerl/dotfiles/blob/master/.completions/_...), the mark functions get me super-simple bookmarks

I also wish people would stop providing "curl this into .bashrc" as the primarily installation method. That's a really bad habit to get into, especially with a file like .bashrc. It's a bit less risky than piping the curl into bash, but still not a great plan.