mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 19:08:16 +00:00
10 lines
328 B
Bash
10 lines
328 B
Bash
# shellcheck shell=zsh
|
|
# Zsh specific aliases
|
|
# Mostly suffix and global aliases
|
|
|
|
# bat suffix aliases
|
|
alias -s md='bat --style=header,grid --language=markdown'
|
|
alias -s json='bat --style=header,grid --language=json'
|
|
alias -s yml='bat --style=header,grid --language=yaml'
|
|
alias -s yaml='bat --style=header,grid --language=yaml'
|