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