1
0
Fork 0

Add Git pager and longer history
the build failed Details

main
Ambrose Chua 2018-10-10 21:48:14 +08:00
parent d94fbd5602
commit ccf4873105
3 changed files with 13 additions and 2 deletions

View File

@ -227,6 +227,13 @@ gaps outer 8
#
exec xrdb -merge .Xresources
#
# Monitor Layout:
#
output eDP-1 scale 2 pos 4000 0
output DP-4 pos 1440 -540
output DP-1 pos 0 0
include /etc/sway/config.d/*
# vim: ai ts=4 sw=4 et

View File

@ -8,5 +8,9 @@ echo "Installing git..."
echo
apk add --no-cache \
git
git \
git-doc \
less
# less to fix pager issues

2
.zshrc
View File

@ -3,7 +3,7 @@
#export TERM=xterm-256color
# zsh settings
export SAVEHIST=1000
export SAVEHIST=10000
export HISTFILE=~/.zsh_history
setopt append_history
setopt extended_history