aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-09-22 11:10:39 -0500
committerToby Vincent <tobyv13@gmail.com>2022-09-22 11:10:39 -0500
commit2987a59120c5fbd3611cd515ef83de63ad76cf52 (patch)
tree3045a7ae4f953bda76f39b211ee9e10a6d40a5a6 /zsh/.config
parenta66604dcb18afb8273149606e9c0588228b4f393 (diff)
revert(zsh): remove tree alias
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 3319d67..f524ad2 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -87,7 +87,6 @@ fi
if command -v lsd >/dev/null 2>&1; then
alias ls='lsd'
- alias tree='lsd --tree'
fi
if command -v rga >/dev/null 2>&1; then