Add ~/.local/bin to rc

This commit is contained in:
Martin Blazik
2025-04-24 13:18:06 +02:00
parent 6a4fdb6162
commit 17f984c99c

View File

@@ -1,6 +1,9 @@
export PAGER=less
export EDITOR=vim
source_try "$HOME/.local/bin/env"
prepend_path_try "$HOME/.local/bin"
if can_run bat && ! is_alias bat; then
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
fi