aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/.zshrc
diff options
context:
space:
mode:
authorryo <ryo@nopwd.lol>2025-03-02 14:18:20 +0000
committerryo <ryo@nopwd.lol>2025-03-02 14:18:20 +0000
commit9b8855688aff1ee354fbaa7430f03209692ee0d0 (patch)
tree4047a154499e5e65622623dcd140b41476bac6a6 /config/zsh/.zshrc
parente602a23c7ecdc315da15dd6331e96bba50b9bf39 (diff)
Removed nvim and alacritty configsHEADmain
setup.sh: read package names from a file shell: clean up in aliases to keep it simple tmux: added two shortcuts
Diffstat (limited to 'config/zsh/.zshrc')
-rw-r--r--config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc
index e9ed25f..d9d7bff 100644
--- a/config/zsh/.zshrc
+++ b/config/zsh/.zshrc
@@ -68,8 +68,8 @@ bindkey -M vicmd '^e' edit-command-line
bindkey -M visual '^[[P' vi-delete
# autosuggestion and syntax highlighting
-source $HOME/src/zsh-as/zsh-autosuggestions.zsh 2> /dev/null
-source $HOME/src/zsh-fsh/fast-syntax-highlighting.plugin.zsh 2>/dev/null
+#source $HOME/src/zsh-as/zsh-autosuggestions.zsh 2> /dev/null
+#source $HOME/src/zsh-fsh/fast-syntax-highlighting.plugin.zsh 2>/dev/null
bindkey '^s' autosuggest-accept