1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00
This commit is contained in:
Nebel 2024-10-28 13:54:42 +09:00
parent 5a8cc4a15b
commit 072fc0c7f4
Signed by: nebel
GPG key ID: 79807D08C6EF6460
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
[[ -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 ]] && source /usr/share/doc/fzf/examples/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

@ -7,6 +7,7 @@ docker-ce
docker-compose-plugin docker-compose-plugin
fdupes fdupes
ffmpeg ffmpeg
fzf
git-crypt git-crypt
imagemagick imagemagick
jq jq