This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Referenced from https://gist.github.com/ZhaofengWu/f345652e994e3b68c309352a7610460f. Nice scripts. | |
# New feature: Add plugins zsh-autosuggestions and zsh-syntax-highlighting | |
# Set up your $HOME variable | |
# HOME=... | |
set -e |