Skip to content

Commit

Permalink
Override cd command to use zoxide
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Oct 26, 2024
1 parent a56e11c commit cdbb335
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export HIST_STAMPS="dd.mm.yyyy"
# Set VSCode as the default editor
export EDITOR="code"

# Use zoxide for cd command
export ZOXIDE_CMD_OVERRIDE=cd

# Set vars for React Native development
export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home
export ANDROID_HOME=$HOME/Library/Android/sdk
Expand Down

0 comments on commit cdbb335

Please sign in to comment.