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"