From 9b8855688aff1ee354fbaa7430f03209692ee0d0 Mon Sep 17 00:00:00 2001 From: ryo Date: Sun, 2 Mar 2025 14:18:20 +0000 Subject: Removed nvim and alacritty configs setup.sh: read package names from a file shell: clean up in aliases to keep it simple tmux: added two shortcuts --- config/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/zsh') 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 -- cgit v1.2.3