aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-19 22:59:37 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-19 22:59:37 -0600
commita661c68f7379e057fd7c85c38120138be896720e (patch)
tree3eb46789044ce99d24b9a295da3cea8c0d6b825e /zsh/.config
parent3b9e0fcf6619b3289308e57628a6555e33850afb (diff)
feat(zsh): add diff alias
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index b2453aa..5147304 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -51,6 +51,7 @@ bindkey -M vicmd '^[[1;5D' backward-word
alias ls='ls --human-readable --color=auto'
alias ip='ip -color=auto'
alias grep='grep --color=auto'
+alias diff='diff --color=auto'
alias info='info --vi-keys'
alias untar='tar -zxvf'
alias userctl='systemctl --user'