2 examples for pushd

{{ score }}
  # Pushes a directory into a stack of directories for easy switching
pushd ~/example/dir
        
{{ score }}
  # shows you all directions in the stack
dirs

# switches to last stacked direction (by pushd)
popd