From c3779261fadc809c2785401dc42009c5d55cebba Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 10 Mar 2022 09:18:57 +0100 Subject: vim: improve cscope --- .bashrc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index fdc3d6c..09ac7b2 100644 --- a/.bashrc +++ b/.bashrc @@ -50,7 +50,7 @@ alias ll='ls -AlFhv' alias more='less' alias vi='vim' alias view='vim -R' -alias ldd='otool -L' +#alias ldd='otool -L' # Darwin only alias ibrew='arch -x86_64 /usr/local/bin/brew' #alias op='xdg-open' #alias git='hub' @@ -133,12 +133,8 @@ meteo() { #PS1='[\u@\h \W]\$ ' # fzf -[ -f ~/.fzf.bash ] && source ~/.fzf.bash -# Accomodate different base prefix on termux -#[ -d "$HOME/../usr" ] && base=.. -#[ -f "$base/usr/share/fzf/completion.bash" ] && . "$base/usr/share/fzf/completion.bash" -#[ -f "$base/usr/share/fzf/key-bindings.bash" ] && . "$base/usr/share/fzf/key-bindings.bash" -#unset base +[ -f "/usr/share/fzf/completion.bash" ] && . "/usr/share/fzf/completion.bash" +[ -f "/usr/share/fzf/key-bindings.bash" ] && . "/usr/share/fzf/key-bindings.bash" # Arch: display package to install for missing commands #[ -f '/usr/share/doc/pkgfile/command-not-found.bash' ] && . /usr/share/doc/pkgfile/command-not-found.bash -- cgit v1.2.3