summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshrc4
1 files changed, 0 insertions, 4 deletions
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"