Skip to content

Commit 1bac1fd

Browse files
feat: add zshenv
1 parent 60e4eae commit 1bac1fd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.install.conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
~/.screenrc: screenrc
1111
~/.zsh: zsh/
1212
~/.zshrc: zsh/zshrc
13+
~/.zshenv: zsh/zshenv
1314
~/.atom/config.cson:
1415
create: true
1516
path: atom/config.cson

zsh/zshenv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
################################################################################
2+
# PDM
3+
################################################################################
4+
source <(/usr/local/bin/pdm --pep582 zsh)

0 commit comments

Comments
 (0)