mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08: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
|