Remove find command from bash aliases

+ Fix for slow starting terminal sessions
+ Require user to configure clang path following commands in README
This commit is contained in:
2020-06-15 09:19:25 -04:00
parent d76289d1fe
commit da17f5423f
3 changed files with 10 additions and 5 deletions

View File

@@ -18,5 +18,4 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
export EDITOR="vim"
export VISUAL="vim"
export LS_COLORS="di=1;34:ln=31;47:so=32:pi=33:ex=1;32:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43"
export LIBCLANG=$(find / -name libclang.so.1 2>/dev/null)