.
This commit is contained in:
parent
0086cdbded
commit
343a08d1a8
3 changed files with 8 additions and 1 deletions
1
files/.config/git/ignore
Normal file
1
files/.config/git/ignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
.cache/
|
||||||
|
|
@ -8,6 +8,8 @@ PS1='%B%m%(?.. %??)%(1j. %j&.)%b %2~%B%#%b '
|
||||||
# minimal usable history, 12nov2015 +leah+
|
# minimal usable history, 12nov2015 +leah+
|
||||||
setopt histignoredups histignorespace incappendhistory extendedhistory
|
setopt histignoredups histignorespace incappendhistory extendedhistory
|
||||||
SAVEHIST=9000 HISTSIZE=9000 HISTFILE=~/.zsh_history
|
SAVEHIST=9000 HISTSIZE=9000 HISTFILE=~/.zsh_history
|
||||||
|
# use global history, 05sep26 +kenshi+
|
||||||
|
setopt sharehistory
|
||||||
# minimal functions, 02mar +kenshi+
|
# minimal functions, 02mar +kenshi+
|
||||||
mkcd() { mkdir -p "$1"; cd "$1"; }
|
mkcd() { mkdir -p "$1"; cd "$1"; }
|
||||||
|
|
||||||
|
|
@ -28,3 +30,6 @@ printf '%s +%s+ %s\n' \
|
||||||
"$(hostname)" \
|
"$(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
|
test -d ~/Downloads && rmdir ~/Downloads
|
||||||
|
|
||||||
|
. /usr/share/fzf/completion.zsh
|
||||||
|
. /usr/share/fzf/key-bindings.zsh
|
||||||
|
|
|
||||||
1
pkgs.txt
1
pkgs.txt
|
|
@ -9,6 +9,7 @@ dunst
|
||||||
fontconfig-devel
|
fontconfig-devel
|
||||||
fuse-sshfs
|
fuse-sshfs
|
||||||
fzy
|
fzy
|
||||||
|
fzf
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
keyd
|
keyd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue