Add usage comments to scripts

This commit is contained in:
2017-11-30 09:49:08 +00:00
parent 470281595f
commit 82a29ae54b
5 changed files with 12 additions and 0 deletions

3
zshrc
View File

@@ -1,3 +1,6 @@
# .zshrc [2] Used for setting user's interactive shell configuration and
# executing commands, will be sourced when starting as an interactive shell.
# Load plugin scripts
plugin-load() { source ~/.config/zsh/$1/$1.plugin.zsh }
plugin-load zsh-syntax-highlighting