From 89eda6a79b554f3dbb548ca9bac49f6544e3b2af Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Wed, 23 Apr 2025 22:30:18 -0400 Subject: [PATCH] remove some old aliases --- zsh/.zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index c410752..ebff3bd 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,8 +1,5 @@ alias ls='ls --color=auto' alias grep='grep --color' -alias vim='nvim' -alias vi='nvim' -alias w3='w3m -T text/html' fpath+=~/.local/share/zsh/functions