diff options
author | ryo <ryo@nopwd.lol> | 2025-03-02 14:18:20 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2025-03-02 14:18:20 +0000 |
commit | 9b8855688aff1ee354fbaa7430f03209692ee0d0 (patch) | |
tree | 4047a154499e5e65622623dcd140b41476bac6a6 /config/zsh | |
parent | e602a23c7ecdc315da15dd6331e96bba50b9bf39 (diff) |
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')
-rw-r--r-- | config/zsh/.zshrc | 4 |
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 |