mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-09 20:59:41 +03:00
Update zsh config
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user