From f4309c69498ae23959de904d38d23f6f8d667c09 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 6 Mar 2020 23:12:40 +0100 Subject: Few more aliases, autocomplete filetype ignore --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 325f929..7512fcf 100644 --- a/.zshrc +++ b/.zshrc @@ -71,6 +71,9 @@ export TERM="xterm-256color" # set tab to 4 spaces tabs 4 +# ignore filetypes in autocomplete +fignore=(o hi) + # pluggins source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # prompt syntax highlight -- cgit