Compare commits

..

No commits in common. "91a399ed1185e590be50a45fca56b9d8d2748e28" and "a512147b33f9c79ed2df42f2cfb9dc919ef6125f" have entirely different histories.

9
zshrc
View File

@ -3806,15 +3806,6 @@ if command -v direnv &> /dev/null ; then
eval "$(direnv hook zsh)"
fi
# Command to search C function definitions, with Linux kernel coding style.
# Example:
# $ fdcfun wait_for_completion
if command -v rg &> /dev/null; then
fdcfun() {
rg -U "$1(.*)\n\{"
}
fi
# add local binaries
if [[ -r ~/bin ]]; then
PATH=$PATH:~/bin