Compare commits
No commits in common. "d466fe0733449984012f321acd3fd48fcab033e0" and "0d490865785769f39969d24fae1dac97cc214488" have entirely different histories.
d466fe0733
...
0d49086578
5
.zshenv
5
.zshenv
|
@ -252,9 +252,6 @@ 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 ]
|
. $i
|
||||||
then
|
|
||||||
. $i
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4jRA8UfI8UNzbxFq1xnRxm1oKzs39pDpB7ox5gBXvC hjp@arche-noah
|
|
Loading…
Reference in New Issue