diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-05-13 13:51:25 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-05-13 13:51:25 +0200 |
| commit | efdf5b1b435d2c90b1ba6650dc50e2d20441fd8f (patch) | |
| tree | 5cf382705d920264ddf5278b21f0e6f9c6220b59 /.bashrc | |
| parent | cba68be4f36e9a1d34bc7a2d88ceda7a08ea0ddd (diff) | |
| parent | c3779261fadc809c2785401dc42009c5d55cebba (diff) | |
Merge branch 'master' of github.com:mvertes/dotfiles
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 |
