1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 08:05:01 +00:00
This commit is contained in:
Nebel 2024-10-29 02:55:33 +09:00
parent fd975eea6d
commit 208f5ff496
2 changed files with 2 additions and 0 deletions

View file

@ -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))

View file

@ -1,5 +1,6 @@
packages=( packages=(
dnsutils dnsutils
fzf
gh gh
git git
gnupg gnupg