From 20b4bc97525c52b8c6b854a380b811b28e68b8d3 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 31 Jul 2022 10:05:18 -0700 Subject: [PATCH] README.md --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 06ae7fe..79d2c79 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,8 @@ The directory structure is as follows: ## Terminal -After using zsh for a very long time I've gone back to bash. While it takes more work and I don't have as many conveniences I am starting to appreciate -the simplicity of making the terminal available everywhere work for me. `dotfiles/bash` contains all of my work on my bash terminal setup. - -For OS X, symlink `scripts/dotfiles/bash/macrc` to `~/.macrc`. - -For Linux, symlink `scripts/dotfiles/bash/linuxrc` to `~/.linuxrc`. - -If you want better tab completion install `bash-completion` using your package manager. - -Symlink `scripts/dotfiles/bash/inputrc` to `~/.inputrc`. +I am back to `zsh` after a long time with `bash`. See the `dotfiles/zsh` directory. You only need to +symlink `.zprofile` and `.zshrc` to your home directory. ## Vim