mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/sh
|
|
|
|
# This script sets up the keychain and is sourced by .{ba,z}shrc.
|
|
keychain ~/.ssh/id_rsa
|
|
. ~/.keychain/${HOST}-sh
|