From a25f0a5ebcceaf348f2b5a84946259b3a2258851 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 24 Dec 2022 18:59:28 -0600 Subject: feat(zsh): remove ls alias to lsd --- zsh/.config/zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index f5638b0..97ee927 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -90,10 +90,6 @@ if command -v docker >/dev/null 2>&1; then alias dcu="docker context use" fi -if command -v lsd >/dev/null 2>&1; then - alias ls='lsd' -fi - if command -v rga >/dev/null 2>&1; then rgi() { RG_PREFIX="rga --files-with-matches" -- cgit v1.2.3-70-g09d2