Compare commits
2 Commits
263d4e375f
...
f8240b9ea7
Author | SHA1 | Date | |
---|---|---|---|
|
f8240b9ea7 | ||
|
793c63e340 |
@ -4,3 +4,6 @@ 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
3
.zshrc
@ -101,6 +101,9 @@ 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user