From ccf48731051da68873c9de29a4ede45aecda6dfc Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Wed, 10 Oct 2018 21:48:14 +0800 Subject: [PATCH] Add Git pager and longer history --- .config/sway/config | 7 +++++++ .install/git.sh | 6 +++++- .zshrc | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 3055872..c72c4f5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 diff --git a/.install/git.sh b/.install/git.sh index cfba24f..da4aa54 100755 --- a/.install/git.sh +++ b/.install/git.sh @@ -8,5 +8,9 @@ echo "Installing git..." echo apk add --no-cache \ - git + git \ + git-doc \ + less + +# less to fix pager issues diff --git a/.zshrc b/.zshrc index 193b9ff..74df494 100644 --- a/.zshrc +++ b/.zshrc @@ -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