mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
[macos] Add bat
This commit is contained in:
@@ -24,5 +24,11 @@ if [ -x "$(command -v eza)" ]; then
|
||||
alias lla="eza -la --icons"
|
||||
fi
|
||||
|
||||
# Bat
|
||||
if [ -x "$(command -v bat)" ]; then
|
||||
alias cat="bat"
|
||||
fi
|
||||
|
||||
alias last="last | head"
|
||||
alias dp="demoprompt"
|
||||
alias stow="stowage"
|
||||
|
||||
Reference in New Issue
Block a user