Skip to content

Instantly share code, notes, and snippets.

@yangziy
Last active May 14, 2021 04:14
Show Gist options
  • Save yangziy/10fdf440c40cd9bd7024a8041fbd5958 to your computer and use it in GitHub Desktop.
Save yangziy/10fdf440c40cd9bd7024a8041fbd5958 to your computer and use it in GitHub Desktop.
Remember last work directry
# ~/.login
# ~/.bash_login
cd `cat ~/.last_wd`
# ~/.logout
# ~/.bash_logout
pwd > ~/.last_wd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment