Merge branch 'master' into wsr
This commit is contained in:
commit
d466fe0733
5
.zshenv
5
.zshenv
|
@ -252,6 +252,9 @@ if [ -d /etc/profile.d ]
|
|||
then
|
||||
for i in /etc/profile.d/*.sh
|
||||
do
|
||||
. $i
|
||||
if [ -r $i ]
|
||||
then
|
||||
. $i
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4jRA8UfI8UNzbxFq1xnRxm1oKzs39pDpB7ox5gBXvC hjp@arche-noah
|
Loading…
Reference in New Issue