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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user