diff --git a/.bash_aliases b/.bash_aliases index 9eb1c1c..4412db1 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -18,5 +18,5 @@ 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=$(sudo find / -name libclang.so.1) +export LIBCLANG=$(find / -name libclang.so.1 2>/dev/null)