mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
remove DOTFILES env var
This commit is contained in:
parent
25dd36d32c
commit
a0871b5ec2
1 changed files with 0 additions and 5 deletions
5
.zshrc
5
.zshrc
|
|
@ -1,5 +1,4 @@
|
|||
export ZSH=${HOME}/.oh-my-zsh
|
||||
export DOTFILES=${HOME}/.dotfiles
|
||||
|
||||
ZSH_DISABLE_COMPFIX="true"
|
||||
|
||||
|
|
@ -23,10 +22,6 @@ zstyle :omz:plugins:ssh-agent identities hetzner id_ed25519 id_ed25519_do id_ed2
|
|||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
for file in ${DOTFILES}/utils/*; do
|
||||
source $file
|
||||
done
|
||||
|
||||
# zstyle ':completion:*' menu select
|
||||
|
||||
ZSH_COLORIZE_STYLE="material"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue