Change direnv icon and move special-dirs option to .zshrc

This commit is contained in:
Daniel Carrillo 2021-06-26 16:31:12 +02:00
parent 20209942f0
commit ef984d140e
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
3 changed files with 2 additions and 3 deletions

View File

@ -551,7 +551,7 @@
# Direnv color. # Direnv color.
typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=178 typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=178
# Custom icon. # 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) ]############### ###############[ 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). # Default asdf color. Only used to display tools for which there is no color override (see below).

View File

@ -190,8 +190,6 @@ zstyle ':prezto:module:terminal:tab-title' format '%m: %s'
# Set the default session name: # Set the default session name:
# zstyle ':prezto:module:tmux:session' name 'YOUR DEFAULT SESSION NAME' # zstyle ':prezto:module:tmux:session' name 'YOUR DEFAULT SESSION NAME'
zstyle ':completion:*' special-dirs true
# #
# AWS # AWS
# #

1
.zshrc
View File

@ -15,6 +15,7 @@ fi
export PATH=$PATH:~/bin export PATH=$PATH:~/bin
setopt clobber setopt clobber
zstyle ':completion:*' rehash true zstyle ':completion:*' rehash true
zstyle ':completion:*' special-dirs true
export HISTFILE=~/.zsh_history export HISTFILE=~/.zsh_history
export HISTFILESIZE=100000 export HISTFILESIZE=100000