summaryrefslogtreecommitdiffstats
path: root/.config/env
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-12 15:31:46 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-12 15:31:46 +0100
commita39def555b5207819125fc36491fc375c4dc21e2 (patch)
tree1c9888821a632d3e4edef3d2d5e98e8a9faf2f31 /.config/env
parentUpdate (diff)
downloaddotfiles-bsd-a39def555b5207819125fc36491fc375c4dc21e2.tar.gz
dotfiles-bsd-a39def555b5207819125fc36491fc375c4dc21e2.tar.bz2
dotfiles-bsd-a39def555b5207819125fc36491fc375c4dc21e2.tar.xz
dotfiles-bsd-a39def555b5207819125fc36491fc375c4dc21e2.tar.zst
dotfiles-bsd-a39def555b5207819125fc36491fc375c4dc21e2.zip
New zsh function to edit scripts with fzf
Diffstat (limited to '.config/env')
-rw-r--r--.config/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/env b/.config/env
index f8b5082..6178491 100644
--- a/.config/env
+++ b/.config/env
@@ -64,7 +64,7 @@ export CCACHE_LOGFILE='/var/log/ccache.log'
# Apps config
export FZF_DEFAULT_COMMAND='ag -g "" --ignore dotfiles-bsd'
-export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border'
+export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border --tabstop=4'
export LESS="-R"
export LESSHISTFILE='-'
export MANPAGER="less -R -M +Gg"