mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-20 11:26:06 -07:00
6 lines
110 B
Bash
6 lines
110 B
Bash
#!/usr/bin/env bash
|
|
|
|
if [ -f ~/.ssh/keys/github_personal ]; then
|
|
chmod 600 ~/.ssh/keys/github_personal
|
|
fi
|