mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Yes
This commit is contained in:
parent
c0b1058149
commit
3531307227
2 changed files with 7 additions and 0 deletions
5
keychain-setup.sh
Normal file
5
keychain-setup.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# This script sets up the keychain and is sourced by .{ba,z}shrc.
|
||||||
|
keychain ~/.ssh/id_rsa
|
||||||
|
. ~/.keychain/${HOST}-sh
|
||||||
2
zshrc
2
zshrc
|
|
@ -88,4 +88,6 @@ alias mk="make"
|
||||||
alias ds="dirs -v | head -10"
|
alias ds="dirs -v | head -10"
|
||||||
alias d="gd"
|
alias d="gd"
|
||||||
|
|
||||||
|
source ~/.oh-my-zsh/keychain-setup.sh
|
||||||
|
|
||||||
echo "Finished loading my .zshrc"
|
echo "Finished loading my .zshrc"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue