We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35de43d + d24cfea commit acc3a0eCopy full SHA for acc3a0e
chezmoi/dot_bash_aliases
@@ -45,7 +45,8 @@ fi
45
46
# Mise installed: no arm64 binary
47
if command -v moar &> /dev/null; then
48
- export PAGER="moar -no-clear-on-exit"
+ export PAGER="moar --no-clear-on-exit --quit-if-one-screen"
49
+ export MOAR='--statusbar=bold --no-linenumbers --no-clear-on-exit --quit-if-one-screen'
50
fi
51
52
# mise installed: Python package
chezmoi/dot_config/fish/conf.d/10_abbreviations.fish
@@ -39,4 +39,5 @@ set_abbr_if_cmd_exists lstr tree "lstr -g --icons"
39
40
# Mise installed tools
41
set_env_if_cmd_exists moar PAGER "moar -no-clear-on-exit"
42
+set_env_if_cmd_exists moar MOAR "--statusbar=bold --no-clear-on-exit --quit-if-one-screen"
43
set_abbr_if_cmd_exists pgcli psql pgcli
0 commit comments