# Pushes a directory into a stack of directories for easy switching pushd ~/example/dir
# shows you all directions in the stack dirs # switches to last stacked direction (by pushd) popd