From 7999193a52252bf35954ed623f14b22f943804f9 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 7 Oct 2020 14:30:55 +0200 Subject: Added ignore dSYM, pydoc3 alias c_formatter path ssh-add --- .zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 41cdcbd..ac4ab47 100644 --- a/.zshrc +++ b/.zshrc @@ -93,7 +93,7 @@ export BROWSER='chromium' export BROWSERCLI='w3m' # ignore filetypes in autocomplete -fignore=(o hi) +fignore=(o hi dSYM) # pluggins source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # prompt syntax highlight @@ -114,4 +114,7 @@ export MINISHELL_TEST_BONUS=yes export MINISHELL_TEST_PAGER=vim export MINISHELL_TEST_FLAGS=-DMINISHELL_TEST -19fetch +# 19fetch + +# Added by c_formatter_42 +export PATH="$PATH:/Users/cacharle/git/c_formatter_42" -- cgit