Skip to content

Instantly share code, notes, and snippets.

@tonymet
Last active May 2, 2024 21:50
Show Gist options
  • Save tonymet/257603dc775bc68cf5ffd1463f49a37a to your computer and use it in GitHub Desktop.
Save tonymet/257603dc775bc68cf5ffd1463f49a37a to your computer and use it in GitHub Desktop.
diff --git a/.zshrc b/.zshrc
index 3f7c3bd..7ff5a64 100644
--- a/.zshrc
+++ b/.zshrc
@@ -7,6 +7,7 @@ HISTFILE=~/.zsh_history
https://github.com/marlonrichert/zsh-snap.git ~/Repos/znap
source ~/Repos/znap/znap.zsh # Start Znap
znap prompt agnoster/agnoster-zsh-theme
+znap source zsh-users/zsh-syntax-highlighting
znap source marlonrichert/zsh-autocomplete
# `znap install` adds new commands and completions.
znap install aureliojargas/clitest zsh-users/zsh-completions willghatch/zsh-cdr
@@ -16,11 +17,8 @@ export PATH=$PATH:$HOME/go/bin
alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
-# source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
-source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /etc/zsh_command_not_found
-
setopt append_history # append rather then overwrite
setopt extended_history # save timestamp
setopt inc_append_history # add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment