From 37ef7b9e48d9a496c08540772a110b85aacac2e6 Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 7 Mar 2015 20:49:16 -0500 Subject: organize and modularize zsh configs --- zsh/.zsh/keychain.zsh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 zsh/.zsh/keychain.zsh (limited to 'zsh/.zsh/keychain.zsh') diff --git a/zsh/.zsh/keychain.zsh b/zsh/.zsh/keychain.zsh new file mode 100755 index 0000000..ea287b8 --- /dev/null +++ b/zsh/.zsh/keychain.zsh @@ -0,0 +1,18 @@ +# ██ +# ░██ +# ██████ ██████░██ +# ░░░░██ ██░░░░ ░██████ +# ██ ░░█████ ░██░░░██ +# ██ ░░░░░██░██ ░██ +# ██████ ██████ ░██ ░██ +# ░░░░░░ ░░░░░░ ░░ ░░ +# +# ▓▓▓▓▓▓▓▓▓▓ +# ░▓ author ▓ xero +# ░▓ code ▓ http://code.xero.nu/dotfiles +# ░▓ mirror ▓ http://git.io/.files +# ░▓▓▓▓▓▓▓▓▓▓ +# ░░░░░░░░░░ +# +#█▓▒░ ssh keys +export SSH_KEY_PATH="~/.ssh/id_rsa" -- cgit v1.2.1