doc: clean zshrc

This commit is contained in:
Michel 2023-11-08 11:06:38 +01:00
parent f23fa2463e
commit 44e0f84be5
1 changed files with 1 additions and 10 deletions

11
.zshrc
View File

@ -40,8 +40,7 @@ typeset -U path fpath
### ASDF
#
# The direnv plugin is not up-to-date with new `asdf direnv setup` command.
#
# Line below from `asdf direnv setup --version latest`
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
### b4b4r07/enhancd
@ -276,14 +275,6 @@ fi
export BROWSER=firefox
export EDITOR=vi
# -i Searches ignore case
# -F Automatically exit if the entire file can be displayed
# -R ANSI "color" escape sequences are output in "raw" form
# -S Chop long lines
# -X Disables sending the termcap initialization and deinitialization
# -M Long prompt
# -K Quit on ^C
export LESS=-iFRS
export SYSTEMD_LESS='iFRSXMK'