.
This commit is contained in:
parent
0086cdbded
commit
343a08d1a8
3 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue