mirror of
https://github.com/arcan1s/dotfiles.git
synced 2026-05-17 05:06:15 +00:00
fix vimpager
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
||||
../zsh/bin
|
||||
@@ -1 +0,0 @@
|
||||
../zsh/use-vimpager
|
||||
Executable
+4366
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Executable → Regular
+10
-4362
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user