diff options
author | William Carroll <wpcarro@gmail.com> | 2016-08-23T18·12-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-08-23T18·12-0400 |
commit | 342e7dbcd9fb6954be127b43a7850e4513ef8304 (patch) | |
tree | e22e5b167f70f17165a18f8b63bd6a9f87879bfb | |
parent | d4d57ba1708f29b2d13295024f0766ba13d35edb (diff) |
Removes zsh related items
-rw-r--r-- | .bash_profile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.bash_profile b/.bash_profile index cf03d3a6f643..28e20bb64c12 100644 --- a/.bash_profile +++ b/.bash_profile @@ -12,10 +12,6 @@ source $HOME/pc_settings/.w_aliases.sh # functions source $HOME/pc_settings/.w_functions.sh -# run cmatrix command for 3 seconds before exiting -#. $HOME/pc_settings/.matrix_intro.sh - # syntax highlighting for CLI; if not installed, run the following command # brew install zsh-syntax-highlighting -source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |