Update zsh config

This commit is contained in:
2022-03-18 10:06:10 +03:00
parent 8d4925cff2
commit 316cc4d51f
30 changed files with 1124 additions and 20 deletions

View File

@ -5,8 +5,7 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export PATH="$HOME/.local/bin/:$PATH"
export npm_config_prefix="$HOME/.local"
#
# Browser
@ -57,7 +56,7 @@ path=(
# Set the default Less options.
# Mouse-wheel scrolling has been disabled by -X (disable screen clearing).
# Remove -X to enable it.
export LESS='-g -i -M -R -S -w -X -z-4'
export LESS='-g -i -M -R -S -w -z-4'
# Set the Less input preprocessor.
# Try both `lesspipe` and `lesspipe.sh` as either might exist on a system.