Skip to content

Instantly share code, notes, and snippets.

@curtischong
Last active February 21, 2024 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curtischong/0f077dcc69a818e851f82d080e2c5292 to your computer and use it in GitHub Desktop.
Save curtischong/0f077dcc69a818e851f82d080e2c5292 to your computer and use it in GitHub Desktop.
eval "$(zoxide init zsh)"
function cd(){
z "$@" &&
pwd > ~/.last_dir
}
function ccd(){
zi "$@" &&
pwd > ~/.last_dir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment