From 29a320eac0803f8876e987292259e50eb82622d8 Mon Sep 17 00:00:00 2001 From: l Date: Mon, 27 Jan 2025 21:37:56 +0000 Subject: [PATCH] Update zsh/alias.zsh --- zsh/alias.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/alias.zsh b/zsh/alias.zsh index b78107f..5366ca1 100644 --- a/zsh/alias.zsh +++ b/zsh/alias.zsh @@ -4,7 +4,6 @@ alias ls='exa' alias la='exa -la' alias dtree="exa --long --header --git --tree -L 3 -I node_modules" alias tree="exa -T --git-ignore -I node_modules" -alias cd="z" alias glog="git log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative" alias cat="batcat" alias fd="fdfind"