Remove sshrc.

This commit is contained in:
Scott Wallace 2016-08-30 14:28:37 +01:00
parent a94e115bbf
commit f03a458b14
2 changed files with 0 additions and 4 deletions

View file

@ -14,7 +14,6 @@ brew "psgrep"
brew "pv" brew "pv"
brew "python3" brew "python3"
brew "rename" brew "rename"
brew "sshrc"
brew "vim" brew "vim"
cask "1password" cask "1password"

3
.sshrc
View file

@ -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"