diff --git a/.bashrc b/.bashrc
index 7d841ce..8398a3d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,6 +1,5 @@
 [[ -f /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion
 [[ -f /usr/share/doc/fzf/examples/key-bindings.bash ]] && . /usr/share/doc/fzf/examples/key-bindings.bash
-[[ -f /data/data/com.termux/files/usr/share/fzf/key-bindings.bash ]] && . /data/data/com.termux/files/usr/share/fzf/key-bindings.bash
 [[ "$TERM" == xterm-256color ]] && PS1='\[\e]0;\u@\h: \w\a\]'
 HISTCONTROL=ignoreboth:erasedups
 HISTFILESIZE=$((0x7fffffff))