diff --git a/.zshrc b/.zshrc index 09450bd..4399fc9 100644 --- a/.zshrc +++ b/.zshrc @@ -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'