From c7fdd3ca2b8b8d12bbb222f6af76bd991659ae4d Mon Sep 17 00:00:00 2001 From: Kohei Watanabe <nebel@fogtype.com> Date: Mon, 24 Mar 2025 16:57:08 +0900 Subject: [PATCH] remove termux --- .bashrc | 1 - 1 file changed, 1 deletion(-) 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))