mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Add .zprofile
This commit is contained in:
parent
35dcc03f89
commit
a455dceb09
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue