diff --git a/.p10k.zsh b/.p10k.zsh index e33ff23..0b6728a 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -551,7 +551,7 @@ # Direnv color. typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=178 # Custom icon. - # typeset -g POWERLEVEL9K_DIRENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + typeset -g POWERLEVEL9K_DIRENV_VISUAL_IDENTIFIER_EXPANSION=' ' ###############[ asdf: asdf version manager (https://github.com/asdf-vm/asdf) ]############### # Default asdf color. Only used to display tools for which there is no color override (see below). diff --git a/.zpreztorc b/.zpreztorc index 604b6e4..a628459 100644 --- a/.zpreztorc +++ b/.zpreztorc @@ -190,8 +190,6 @@ zstyle ':prezto:module:terminal:tab-title' format '%m: %s' # Set the default session name: # zstyle ':prezto:module:tmux:session' name 'YOUR DEFAULT SESSION NAME' -zstyle ':completion:*' special-dirs true - # # AWS # diff --git a/.zshrc b/.zshrc index ccd0e6a..de36dd3 100644 --- a/.zshrc +++ b/.zshrc @@ -15,6 +15,7 @@ fi export PATH=$PATH:~/bin setopt clobber zstyle ':completion:*' rehash true +zstyle ':completion:*' special-dirs true export HISTFILE=~/.zsh_history export HISTFILESIZE=100000