Compare commits
No commits in common. "91a399ed1185e590be50a45fca56b9d8d2748e28" and "a512147b33f9c79ed2df42f2cfb9dc919ef6125f" have entirely different histories.
91a399ed11
...
a512147b33
9
zshrc
9
zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user