mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
add zprofile
This commit is contained in:
parent
4f976bde66
commit
9e4bcaed16
@ -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
|
||||
|
@ -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
4
zprofile
Normal file
@ -0,0 +1,4 @@
|
||||
# User configuration
|
||||
source ~/.exports
|
||||
source ~/.aliases
|
||||
source ~/.private
|
4
zshrc
4
zshrc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user