Compare commits

..

No commits in common. "f8240b9ea7079909e14b30ae336f3d02ebe5fb8c" and "263d4e375f2c507a9a7f67a33e5852f2f03a6c6f" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -4,6 +4,3 @@ chmod 644 ~/.ssh/known_hosts
chmod 644 ~/.ssh/config chmod 644 ~/.ssh/config
chmod 400 ~/.ssh/id_rsa chmod 400 ~/.ssh/id_rsa
chmod 400 ~/.ssh/id_rsa.pub chmod 400 ~/.ssh/id_rsa.pub
chmod 400 ~/.ssh/*/id_rsa
chmod 400 ~/.ssh/*/id_rsa.pub

3
.zshrc
View File

@ -101,9 +101,6 @@ if [[ "$(uname -sr)" =~ "Microsoft" ]]; then
export GOROOT=/usr/lib/go export GOROOT=/usr/lib/go
fi fi
# Alias work
alias ssh-work="ssh -i ~/.ssh/work/id_rsa"
# Alias and Export Gentoo # Alias and Export Gentoo
alias svm="sudo $EDITOR /etc/portage/make.conf" alias svm="sudo $EDITOR /etc/portage/make.conf"
alias svr="sudo $EDITOR /etc/portage/repos.conf" alias svr="sudo $EDITOR /etc/portage/repos.conf"