This commit is contained in:
kento2 2026-09-05 21:59:41 +02:00
parent 0086cdbded
commit 343a08d1a8
3 changed files with 8 additions and 1 deletions

1
files/.config/git/ignore Normal file
View file

@ -0,0 +1 @@
.cache/

View file

@ -8,6 +8,8 @@ PS1='%B%m%(?.. %??)%(1j. %j&.)%b %2~%B%#%b '
# minimal usable history, 12nov2015 +leah+
setopt histignoredups histignorespace incappendhistory extendedhistory
SAVEHIST=9000 HISTSIZE=9000 HISTFILE=~/.zsh_history
# use global history, 05sep26 +kenshi+
setopt sharehistory
# minimal functions, 02mar +kenshi+
mkcd() { mkdir -p "$1"; cd "$1"; }
@ -26,5 +28,8 @@ alias strace='strace -f -s 256 -yy'
printf '%s +%s+ %s\n' \
"$(date +%d%b%Y | tr [:upper:] [:lower:])" \
"$(hostname)" \
"$((cat /sys/class/power_supply/BAT0/capacity 2>/dev/null && echo %) | tr -d '\n')"
"$((cat /sys/class/power_supply/BAT0/capacity 2>/dev/null && echo %) | tr -d '\n')"
test -d ~/Downloads && rmdir ~/Downloads
. /usr/share/fzf/completion.zsh
. /usr/share/fzf/key-bindings.zsh

View file

@ -9,6 +9,7 @@ dunst
fontconfig-devel
fuse-sshfs
fzy
fzf
gcc
git
keyd