mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-23 00:18:00 +00:00
Change direnv icon and move special-dirs option to .zshrc
This commit is contained in:
parent
20209942f0
commit
ef984d140e
@ -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).
|
||||||
|
@ -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
1
.zshrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user