Skip to content

Commit

Permalink
zoxide: report directory before changing to it
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Nov 28, 2024
1 parent b7d0743 commit 0660d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dotfiles/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ setopt hist_find_no_dups
##

source <(fzf --zsh)
export _ZO_ECHO=1
eval "$(zoxide init --cmd cd zsh)"

##
Expand Down
2 changes: 1 addition & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
//
"workbench.editor.closeOnFileDelete": true,
"workbench.editor.revealIfOpen": true,
"workbench.iconTheme": "catppuccin-frappe",
"workbench.iconTheme": "catppuccin-latte",
"workbench.list.openMode": "singleClick",
"workbench.preferredDarkColorTheme": "Catppuccin Frappé",
"workbench.preferredLightColorTheme": "Catppuccin Latte",
Expand Down

0 comments on commit 0660d18

Please sign in to comment.