add zprofile

This commit is contained in:
Matthias Kretschmann 2020-11-12 20:50:22 +00:00
parent 4f976bde66
commit 9e4bcaed16
4 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
set e
# list of files/folders to symlink in homedir
FILES="aliases exports private zshrc gitconfig gitignore hushlogin bin tmux.conf vimrc"
FILES="aliases exports private zshrc zprofile gitconfig gitignore hushlogin bin tmux.conf vimrc"
# ----------------------------------------------------------------------
# create the private file first, will be symlinked but ignored by git

View File

@ -8,7 +8,7 @@
########################################################################
# list of files/folders to symlink in homedir
FILES="aliases exports private zshrc editorconfig gitconfig gitignore hushlogin bin tmux.conf vimrc"
FILES="aliases exports private zshrc zprofile editorconfig gitconfig gitignore hushlogin bin tmux.conf vimrc"
for FILE in $FILES; do

4
zprofile Normal file
View File

@ -0,0 +1,4 @@
# User configuration
source ~/.exports
source ~/.aliases
source ~/.private

4
zshrc
View File

@ -68,10 +68,6 @@ fi
# Other
setopt prompt_subst
# User configuration
source ~/.exports
source ~/.aliases
source ~/.private
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source <(kubectl completion zsh)