mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-05 05:31:41 +01:00
896af887ca
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
7 lines
206 B
Nu
7 lines
206 B
Nu
export alias b = bat
|
|
export alias bn = bat --number
|
|
export alias bnl = bat --number --line-range
|
|
export alias bp = bat --plain
|
|
export alias bpl = bat --plain --line-range
|
|
export alias bl = bat --line-range
|