summaryrefslogtreecommitdiff
path: root/user/zsh/.zshrc
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2024-12-01 14:14:55 +0100
committerMartin Fischer <martin@push-f.com>2024-12-11 08:37:52 +0100
commit55123692ad3ac1ee433694651a81d0721d99a561 (patch)
tree15921ad3670f79f87e01e44b9e628476842964cb /user/zsh/.zshrc
parentdfc0d0c704975b05fbd542ddc030508c396fbe03 (diff)
add tools
Diffstat (limited to 'user/zsh/.zshrc')
-rw-r--r--user/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/zsh/.zshrc b/user/zsh/.zshrc
index ea5b76a..72e6425 100644
--- a/user/zsh/.zshrc
+++ b/user/zsh/.zshrc
@@ -23,6 +23,7 @@ function ls() {
## Aliases
alias ls='ls --color=auto --group-directories-first' # see also ls function
+alias tree='tree -aI .git --dirsfirst'
## Shell variables
PS1='%F{magenta}'