mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-22 06:24:42 +01:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user