fix vimpager

This commit is contained in:
arcan1s 2015-10-26 07:12:33 +03:00
parent b2e2064b28
commit 991fd5beee
5 changed files with 4378 additions and 4378 deletions

1
zsh-server/bin Symbolic link
View File

@ -0,0 +1 @@
../zsh/bin

View File

@ -1 +0,0 @@
../zsh/use-vimpager

4366
zsh/bin/vimpager Executable file

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +0,0 @@
# use vimcat instead of cat
# till vimpager doesn't use pipe disable it
#alias cat='vimcat'
# use vimpager instead of less
# find vimpager
if which vimpager &> /dev/null; then
export PAGER="vimpager"
else
export PAGER="$HOME/.zsh/vimpager"
fi
alias less="$PAGER"
alias zless="$PAGER"

4372
zsh/vimpager Executable file → Normal file

File diff suppressed because it is too large Load Diff