mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove and swap out some bash specific logic
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
alias le="less"
|
||||
|
||||
# Enable syntax highlighting via source-highlight
|
||||
if command -v src-hilite-lesspipe.sh > /dev/null; then
|
||||
if [ $commands[src-hilite-lesspipe.sh] ]; then
|
||||
export LESSOPEN="| src-hilite-lesspipe.sh %s"
|
||||
export LESS=" -R "
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user