mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-03-30 07:05:17 +00:00
remove termux
This commit is contained in:
parent
23f0994da3
commit
c7fdd3ca2b
1 changed files with 0 additions and 1 deletions
1
.bashrc
1
.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))
|
||||
|
|
Loading…
Add table
Reference in a new issue