aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index fdf2213..f6e2c1a 100644
--- a/zshrc
+++ b/zshrc
@@ -20,6 +20,16 @@ alias cscope='cscope -R'
alias ltr='ls -ltr --color'
+if [ -f '/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh' ]; then
+ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
+fi
+
+if [ -f '/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh' ]; then
+ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+fi
+
+
+
function aurclone () {
if [ -z "${1}" ]; then
echo "Usage: aurclone PKGNAME"