mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-18 08:05:01 +00:00
add fzf
This commit is contained in:
parent
fd975eea6d
commit
208f5ff496
2 changed files with 2 additions and 0 deletions
1
.bashrc
1
.bashrc
|
@ -1,6 +1,7 @@
|
||||||
[[ -f "$HOMEBREW_PREFIX/etc/bash_completion" ]] && . "$HOMEBREW_PREFIX/etc/bash_completion"
|
[[ -f "$HOMEBREW_PREFIX/etc/bash_completion" ]] && . "$HOMEBREW_PREFIX/etc/bash_completion"
|
||||||
[[ -f /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion
|
[[ -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 /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\]'
|
[[ "$TERM" == xterm-256color ]] && PS1='\[\e]0;\u@\h: \w\a\]'
|
||||||
HISTCONTROL=ignoreboth:erasedups
|
HISTCONTROL=ignoreboth:erasedups
|
||||||
HISTFILESIZE=$((0x7fffffff))
|
HISTFILESIZE=$((0x7fffffff))
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
packages=(
|
packages=(
|
||||||
dnsutils
|
dnsutils
|
||||||
|
fzf
|
||||||
gh
|
gh
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
|
|
Loading…
Add table
Reference in a new issue