Add .zprofile

This commit is contained in:
Philip Henning 2019-12-27 17:09:46 +01:00
parent 35dcc03f89
commit a455dceb09
2 changed files with 9 additions and 0 deletions

View file

@ -78,6 +78,12 @@ dotfiles:
f_xsession: f_xsession:
dst: ~/.xsession dst: ~/.xsession
src: xsession src: xsession
f_zprofile:
dst: ~/.zprofile
src: profile
f_zprofile_win:
dst: ~/.zprofile
src: profile_win
f_zshenv: f_zshenv:
dst: ~/.zshenv dst: ~/.zshenv
src: zshenv src: zshenv
@ -107,6 +113,7 @@ profiles:
- f_c3kdenlive - f_c3kdenlive
- f_c3mpv - f_c3mpv
- f_c3check - f_c3check
- f_zprofile_win
yoetunheimr: yoetunheimr:
dotfiles: dotfiles:
- d_bspwm - d_bspwm
@ -118,6 +125,7 @@ profiles:
- f_vimrc - f_vimrc
- f_xinitrc - f_xinitrc
- f_xsession - f_xsession
- f_zprofile
- f_zshrc - f_zshrc
- f_zshenv - f_zshenv
- f_powerlevel9krc - f_powerlevel9krc

View file

@ -10,3 +10,4 @@ EDITOR='vim'
export EDITOR export EDITOR
# Set DOTNET_ROOT enviroment variable # Set DOTNET_ROOT enviroment variable
DOTNET_ROOT=/opt/dotnet DOTNET_ROOT=/opt/dotnet
export DOTNET_ROOT