dotfiles/home/.chezmoiscripts/run_after_chmod-ssh-keys.sh

6 lines
110 B
Bash

#!/usr/bin/env bash
if [ -f ~/.ssh/keys/github_personal ]; then
chmod 600 ~/.ssh/keys/github_personal
fi