summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-05-13 13:51:25 +0200
committerMarc Vertes <mvertes@free.fr>2022-05-13 13:51:25 +0200
commitefdf5b1b435d2c90b1ba6650dc50e2d20441fd8f (patch)
tree5cf382705d920264ddf5278b21f0e6f9c6220b59 /.bashrc
parentcba68be4f36e9a1d34bc7a2d88ceda7a08ea0ddd (diff)
parentc3779261fadc809c2785401dc42009c5d55cebba (diff)
Merge branch 'master' of github.com:mvertes/dotfiles
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc10
1 files changed, 3 insertions, 7 deletions
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