Compare commits
4 Commits
0d49086578
...
d466fe0733
Author | SHA1 | Date |
---|---|---|
|
d466fe0733 | |
|
87a5b91d53 | |
|
0b316e008c | |
|
6cb71fa6cc |
3
.zshenv
3
.zshenv
|
@ -252,6 +252,9 @@ if [ -d /etc/profile.d ]
|
||||||
then
|
then
|
||||||
for i in /etc/profile.d/*.sh
|
for i in /etc/profile.d/*.sh
|
||||||
do
|
do
|
||||||
|
if [ -r $i ]
|
||||||
|
then
|
||||||
. $i
|
. $i
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4jRA8UfI8UNzbxFq1xnRxm1oKzs39pDpB7ox5gBXvC hjp@arche-noah
|
Loading…
Reference in New Issue