From f03a458b14fdbfc7e0eb733be75f73a551238d6d Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 30 Aug 2016 14:28:37 +0100 Subject: [PATCH] Remove sshrc. --- .Brewfile | 1 - .sshrc | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 .sshrc diff --git a/.Brewfile b/.Brewfile index a12ba15..5ff4c45 100644 --- a/.Brewfile +++ b/.Brewfile @@ -14,7 +14,6 @@ brew "psgrep" brew "pv" brew "python3" brew "rename" -brew "sshrc" brew "vim" cask "1password" diff --git a/.sshrc b/.sshrc deleted file mode 100644 index 9a78c3e..0000000 --- a/.sshrc +++ /dev/null @@ -1,3 +0,0 @@ -set INPUTRC='${SSHHOME}/.sshrc.d/.inputrc'. -source ${SSHHOME}/.sshrc.d/.bashrc -export VIMINIT="let \$MYVIMRC='${SSHHOME}/.sshrc.d/.vimrc' | source \$MYVIMRC"