From 0660d188074fee053b6566970204bfce73642c19 Mon Sep 17 00:00:00 2001 From: Vardan Pogosian Date: Thu, 28 Nov 2024 10:05:08 +0300 Subject: [PATCH] zoxide: report directory before changing to it --- dotfiles/zshrc | 1 + vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 13de214..d16ece6 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -173,6 +173,7 @@ setopt hist_find_no_dups ## source <(fzf --zsh) +export _ZO_ECHO=1 eval "$(zoxide init --cmd cd zsh)" ## diff --git a/vscode/settings.json b/vscode/settings.json index 1c26791..68f82eb 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -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",