diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-03-10 09:18:57 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-03-10 09:18:57 +0100 |
| commit | c3779261fadc809c2785401dc42009c5d55cebba (patch) | |
| tree | 421530a93aabe0a93b0b42e5e51b0fab4acc2858 /.bashrc | |
| parent | 1e1a1087f799632c021af612eb3c919cf1143237 (diff) | |
vim: improve cscope
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 |
