mirror of
https://github.com/akelge/zsh
synced 2025-08-15 06:28:24 +00:00
Really added files this time ;)
This commit is contained in:
2
zsh/zsh.d/Darwin/90-less.zsh
Normal file
2
zsh/zsh.d/Darwin/90-less.zsh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
LESSPIPE=`whence -p lesspipe || whence -p lesspipe.sh`
|
||||||
|
eval `$LESSPIPE`
|
2
zsh/zsh.d/Linux/90-less.zsh
Normal file
2
zsh/zsh.d/Linux/90-less.zsh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
LESSPIPE=`whence -p lesspipe || whence -p lesspipe.sh`
|
||||||
|
eval `$LESSPIPE`
|
Reference in New Issue
Block a user