Skip to content

Commit e574d16

Browse files
committed
Merge MR 'build(deps): update module go:github.com/walles/moar to v2' into 'main'
See merge request el-capitano/dotfiles!1138
2 parents 59b0219 + 427d510 commit e574d16

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

chezmoi/ansible/setup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
- pandoc
6868
- pavucontrol
6969
- poppler-utils
70+
- postgresql-client
7071
- px
7172
- qemu-system
7273
- timeshift

chezmoi/dot_bash_aliases

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ if command -v hwatch &> /dev/null; then
4444
fi
4545

4646
# Mise installed: no arm64 binary
47-
if command -v moar &> /dev/null; then
48-
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'
47+
if command -v moor &> /dev/null; then
48+
export PAGER="moor --no-clear-on-exit --quit-if-one-screen"
49+
export moor='--statusbar=bold --no-linenumbers --no-clear-on-exit --quit-if-one-screen'
5050
fi
5151

5252
# mise installed: Python package

chezmoi/dot_config/fish/conf.d/10_abbreviations.fish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ set_abbr_if_cmd_exists pgcli psql pgcli
4040
set_abbr_if_cmd_exists glab lab glab
4141

4242
# Mise installed tools
43-
set_env_if_cmd_exists moar PAGER "moar -no-clear-on-exit"
44-
set_env_if_cmd_exists moar MOAR "--statusbar=bold --no-clear-on-exit --quit-if-one-screen"
43+
set_env_if_cmd_exists moor PAGER "moor -no-clear-on-exit"
44+
set_env_if_cmd_exists moor moor "--statusbar=bold --no-clear-on-exit --quit-if-one-screen"
4545
set_env_if_cmd_exists glab FORCE_HYPERLINKS "1" # Force hyperlinks on glab cli output.

chezmoi/dot_config/mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pipx = "latest"
4949
# Go Packages #
5050
###############
5151
"go:github.com/chip/pathos" = "0.0.46"
52-
"go:github.com/walles/moar" = "1.33.0"
52+
"go:github.com/walles/moor" = "2.0.3"
5353

5454
################
5555
# NPM Packages #

0 commit comments

Comments
 (0)