DEV Community

A few ways I use Bash

Jennifer Lyn Parsons on October 17, 2019

Bash is an underrated power tool in most developers toolbox. Here's a few ways to make it work for you. I've got a short, simple Bash profile on e...
Collapse
 
jrwren profile image
Jay R. Wren

current alias is interesting. I think I'd like it as cd ; pushd projects/current so that I can popd back to whatever I was doing in that shell later.

Things I love about personalized shell configuration is you can have yours and I can have mine.

Collapse
 
b0red profile image
Patrick Österlund

I'm the "current" alias, shouldn't the first part be "cd ~" instead of just "cd"?

Collapse
 
jenniferlynparsons profile image
Jennifer Lyn Parsons

Possibly, depending on your configuration. On my Linux Mint and Mac environments I only need cd.